mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-18 20:42:47 +00:00
Android: Adjust margins for game title in menu
This commit is contained in:
parent
7aa9222dac
commit
29bb51c456
@ -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…
x
Reference in New Issue
Block a user