diff options
| author | zackhow <zackhow@gmail.com> | 2018-08-31 21:15:28 -0400 |
|---|---|---|
| committer | zackhow <zackhow@gmail.com> | 2018-08-31 21:15:28 -0400 |
| commit | 374b0bf2dc7b8b5b665f392747c69cd06b92cecf (patch) | |
| tree | b0352d7d3ab98b0419a03a1e439f810d2972ca5b /Source/Android/app/src | |
| parent | ec0e1d2826667d5b850bb07d9604efddcd8b7276 (diff) | |
Android: show more games per row
Diffstat (limited to 'Source/Android/app/src')
5 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/app/src/main/res/layout/card_game.xml b/Source/Android/app/src/main/res/layout/card_game.xml index 1744fa1d24..e3db4abf76 100644 --- a/Source/Android/app/src/main/res/layout/card_game.xml +++ b/Source/Android/app/src/main/res/layout/card_game.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" tools:layout_width="160dp" - android:layout_height="330dp" + android:layout_height="270dp" android:transitionName="card_game" android:focusable="true" android:clickable="true" diff --git a/Source/Android/app/src/main/res/values-w1000dp/integers.xml b/Source/Android/app/src/main/res/values-w1000dp/integers.xml index 4dbc25806e..2609297d5b 100644 --- a/Source/Android/app/src/main/res/values-w1000dp/integers.xml +++ b/Source/Android/app/src/main/res/values-w1000dp/integers.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <integer name="game_grid_columns">6</integer> + <integer name="game_grid_columns">8</integer> </resources>
\ No newline at end of file diff --git a/Source/Android/app/src/main/res/values-w500dp/integers.xml b/Source/Android/app/src/main/res/values-w500dp/integers.xml index f049d8b44e..5cd4e24f38 100644 --- a/Source/Android/app/src/main/res/values-w500dp/integers.xml +++ b/Source/Android/app/src/main/res/values-w500dp/integers.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <integer name="game_grid_columns">3</integer> + <integer name="game_grid_columns">4</integer> </resources>
\ No newline at end of file diff --git a/Source/Android/app/src/main/res/values-w750dp/integers.xml b/Source/Android/app/src/main/res/values-w750dp/integers.xml index 5cd4e24f38..4dbc25806e 100644 --- a/Source/Android/app/src/main/res/values-w750dp/integers.xml +++ b/Source/Android/app/src/main/res/values-w750dp/integers.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <integer name="game_grid_columns">4</integer> + <integer name="game_grid_columns">6</integer> </resources>
\ No newline at end of file diff --git a/Source/Android/app/src/main/res/values/integers.xml b/Source/Android/app/src/main/res/values/integers.xml index dfec4d8361..b83774443b 100644 --- a/Source/Android/app/src/main/res/values/integers.xml +++ b/Source/Android/app/src/main/res/values/integers.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <integer name="game_grid_columns">2</integer> + <integer name="game_grid_columns">3</integer> <!-- Default GameCube landscape layout --> <integer name="BUTTON_A_X">865</integer> |
