Search code examples
androidandroid-toolbarright-to-left

Toolbar home up button pointing left in RTL


Home up button in RTL is pointing left on Android 5.1(API 22) and lower: enter image description here

But on Android 6.0(API 23) everything is ok and it's pointing right.

enter image description here

How to solve that?


Solution

  • In your style.xml put:

     <item name="homeAsUpIndicator">@drawable/ic_arrow_back</item>
    

    And create a drawable-ldrtl-xhdpi-v17 folder in res and put proper drawable (RTL drawable).