mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #9601 from JosJuice/android-scrollbar-width
Android: Minor design tweaks to the in-game menu
This commit is contained in:
commit
3bedede928
@ -15,6 +15,8 @@
|
|||||||
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:maxLines="@integer/game_title_lines"
|
||||||
|
android:ellipsize="end"
|
||||||
android:layout_marginHorizontal="32dp"
|
android:layout_marginHorizontal="32dp"
|
||||||
android:layout_marginTop="32dp"
|
android:layout_marginTop="32dp"
|
||||||
android:layout_marginBottom="16dp"/>
|
android:layout_marginBottom="16dp"/>
|
||||||
@ -23,6 +25,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:scrollbarSize="8dp"
|
||||||
android:fadeScrollbars="false">
|
android:fadeScrollbars="false">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<integer name="game_title_lines">3</integer>
|
||||||
|
</resources>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<integer name="game_title_lines">4</integer>
|
||||||
|
</resources>
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<integer name="game_title_lines">2</integer>
|
||||||
<integer name="game_grid_columns">3</integer>
|
<integer name="game_grid_columns">3</integer>
|
||||||
<integer name="loadsave_state_columns">1</integer>
|
<integer name="loadsave_state_columns">1</integer>
|
||||||
<integer name="loadsave_state_rows">6</integer>
|
<integer name="loadsave_state_rows">6</integer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user