summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/card_game.xml
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-18 04:48:36 +0100
committerGitHub <noreply@github.com>2024-02-18 04:48:36 +0100
commit5d3c7433b828dbb136ea8f6a9add625eec10af71 (patch)
tree1860661fd05a6a1b2415436234512d6f4b115bff /src/android/app/src/main/res/layout/card_game.xml
parentMerge pull request #13052 from t895/serializable-stuff (diff)
parentandroid: Use extension functions for view visibility and text marquee (diff)
downloadyuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar.gz
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar.bz2
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar.lz
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar.xz
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.tar.zst
yuzu-5d3c7433b828dbb136ea8f6a9add625eec10af71.zip
Diffstat (limited to 'src/android/app/src/main/res/layout/card_game.xml')
-rw-r--r--src/android/app/src/main/res/layout/card_game.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/android/app/src/main/res/layout/card_game.xml b/src/android/app/src/main/res/layout/card_game.xml
index 6340171ec..411b50315 100644
--- a/src/android/app/src/main/res/layout/card_game.xml
+++ b/src/android/app/src/main/res/layout/card_game.xml
@@ -40,10 +40,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
- android:ellipsize="none"
- android:marqueeRepeatLimit="marquee_forever"
android:requiresFadingEdge="horizontal"
- android:singleLine="true"
android:textAlignment="center"
android:textSize="14sp"
app:layout_constraintEnd_toEndOf="@+id/image_game_screen"