mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix updates/history section headers in RTL locales
This commit is contained in:
parent
dbd14c6dac
commit
08ba805bbd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<TextView
|
||||
android:id="@+id/section_text"
|
||||
style="@style/TextAppearance.Regular.SubHeading"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
|
|
Loading…
Reference in a new issue