mancj / MaterialSearchBar

Material Design Search Bar for Android
Other
2.03k stars 333 forks source link

RTL Support #82

Open dzboot02 opened 6 years ago

dzboot02 commented 6 years ago

Minor issue is when layout direction is RTL, the back arrow is pointing the wrong direction.

Thank you for this awesome library

HadiHabibza commented 6 years ago

for custom back arrow use app:mt_backIconDrawable="@drawable/ic_action_back"

dzboot02 commented 6 years ago

I was wrong, the problem is not with the arrow, the arrow is good. The problem is with the search bar layout itself. It has the same layout in both directions.