forked from organicmaps/organicmaps
[android] removed last pre-RTL params for some styles.
Signed-off-by: Dzmitry Yarmolenka <dzmitry.yarmolenka.1986@gmail.com>
This commit is contained in:
parent
72544eaa24
commit
c1c806c81d
2 changed files with 1 additions and 4 deletions
|
@ -139,9 +139,7 @@
|
|||
<item name="contentInsetStart">72dp</item>
|
||||
<item name="android:titleTextAppearance" tools:ignore="NewApi">@style/MwmTextAppearance.Toolbar.Title</item>
|
||||
<item name="titleTextAppearance">@style/MwmTextAppearance.Toolbar.Title</item>
|
||||
<item name="contentInsetLeft">72dp</item>
|
||||
<item name="android:contentInsetStart" tools:ignore="NewApi">72dp</item>
|
||||
<item name="android:contentInsetLeft" tools:ignore="NewApi">72dp</item>
|
||||
<item name="android:contentInsetStart">72dp</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmWidget.ToolbarStyle.Light">
|
||||
|
|
|
@ -193,7 +193,6 @@ class CategoriesAdapter extends RecyclerView.Adapter<CategoriesAdapter.ViewHolde
|
|||
{
|
||||
mTitle.setText(textResId);
|
||||
mTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(iconResId, 0, 0, 0);
|
||||
//mTitle.setCompoundDrawablesWithIntrinsicBounds(iconResId, 0, 0, 0);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
Loading…
Add table
Reference in a new issue