forked from organicmaps/organicmaps
[android] fix for search categories list icon position for RTL locales.
Signed-off-by: Dzmitry Yarmolenka <dzmitry.yarmolenka.1986@gmail.com>
This commit is contained in:
parent
53501ff2e6
commit
72544eaa24
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ class CategoriesAdapter extends RecyclerView.Adapter<CategoriesAdapter.ViewHolde
|
|||
void setTextAndIcon(@StringRes int textResId, @DrawableRes int iconResId)
|
||||
{
|
||||
mTitle.setText(textResId);
|
||||
mTitle.setCompoundDrawablesWithIntrinsicBounds(iconResId, 0, 0, 0);
|
||||
mTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(iconResId, 0, 0, 0);
|
||||
//mTitle.setCompoundDrawablesWithIntrinsicBounds(iconResId, 0, 0, 0);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
Loading…
Add table
Reference in a new issue