[android] removed last pre-RTL params for some styles.

Signed-off-by: Dzmitry Yarmolenka <dzmitry.yarmolenka.1986@gmail.com>
This commit is contained in:
Dzmitry Yarmolenka 2021-07-26 17:00:58 +02:00 committed by Roman Tsisyk
parent 72544eaa24
commit c1c806c81d
2 changed files with 1 additions and 4 deletions

View file

@ -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">

View file

@ -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