mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Force proper LTR layout for reader pages/bottom toolbar (fixes #3258)
This commit is contained in:
parent
67d91f7b69
commit
744a4f8f47
@ -30,6 +30,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:padding="4dp"
|
||||
android:textDirection="ltr"
|
||||
android:textStyle="bold" />
|
||||
|
||||
</FrameLayout>
|
||||
@ -62,6 +63,7 @@
|
||||
android:background="?attr/colorPrimary"
|
||||
android:descendantFocusability="blocksDescendants"
|
||||
android:gravity="center"
|
||||
android:layoutDirection="ltr"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageButton
|
||||
|
Loading…
Reference in New Issue
Block a user