mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Android: Center list view headers
This commit is contained in:
parent
edde253724
commit
1b47144312
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
|||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginStart="@dimen/spacing_large"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:gravity="start|bottom"
|
||||
android:gravity="start|center_vertical"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:textStyle="bold"
|
||||
android:textAlignment="viewStart"
|
||||
|
|
Loading…
Add table
Reference in a new issue