Fix previous/next button order for RTL languages
This commit is contained in:
parent
4d8c9360c9
commit
556adb02dd
5 changed files with 8 additions and 3 deletions
|
|
@ -25,7 +25,8 @@
|
|||
android:layout_alignParentBottom="true"
|
||||
android:layout_gravity="bottom"
|
||||
android:orientation="horizontal"
|
||||
android:padding="8dp">
|
||||
android:padding="8dp"
|
||||
android:layoutDirection="ltr">
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/button_prev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue