summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout
diff options
context:
space:
mode:
authorzackhow <zackhow@gmail.com>2018-08-30 17:14:09 -0400
committerzackhow <zackhow@gmail.com>2018-08-30 17:14:09 -0400
commitec0e1d2826667d5b850bb07d9604efddcd8b7276 (patch)
tree6c0d4100168939da4058c9302425de5388a604f0 /Source/Android/app/src/main/res/layout
parentb8b4e9af5e3ed21ea4fc72ee77d8719922685b75 (diff)
Android: Fix cover stretching
Diffstat (limited to 'Source/Android/app/src/main/res/layout')
-rw-r--r--Source/Android/app/src/main/res/layout/card_game.xml2
1 files changed, 1 insertions, 1 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 488fda5232..1744fa1d24 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="368dp"
+ android:layout_height="330dp"
android:transitionName="card_game"
android:focusable="true"
android:clickable="true"