mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Android: Adjust margins for game title in menu
This commit is contained in:
parent
7aa9222dac
commit
29bb51c456
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
tools:text="The Legend of Zelda: The Wind Waker"
|
tools:text="The Legend of Zelda: The Wind Waker"
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:layout_margin="32dp"/>
|
android:layout_marginHorizontal="32dp"
|
||||||
|
android:layout_marginTop="32dp"
|
||||||
|
android:layout_marginBottom="16dp"/>
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue