summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/card_driver_option.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_driver_option.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_driver_option.xml')
-rw-r--r--src/android/app/src/main/res/layout/card_driver_option.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/android/app/src/main/res/layout/card_driver_option.xml b/src/android/app/src/main/res/layout/card_driver_option.xml
index bda524f0f..09e26990b 100644
--- a/src/android/app/src/main/res/layout/card_driver_option.xml
+++ b/src/android/app/src/main/res/layout/card_driver_option.xml
@@ -39,10 +39,7 @@
style="@style/TextAppearance.Material3.TitleMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ellipsize="none"
- android:marqueeRepeatLimit="marquee_forever"
android:requiresFadingEdge="horizontal"
- android:singleLine="true"
android:textAlignment="viewStart"
tools:text="@string/select_gpu_driver_default" />
@@ -52,10 +49,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
- android:ellipsize="none"
- android:marqueeRepeatLimit="marquee_forever"
android:requiresFadingEdge="horizontal"
- android:singleLine="true"
android:textAlignment="viewStart"
tools:text="@string/install_gpu_driver_description" />
@@ -65,10 +59,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
- android:ellipsize="none"
- android:marqueeRepeatLimit="marquee_forever"
android:requiresFadingEdge="horizontal"
- android:singleLine="true"
android:textAlignment="viewStart"
tools:text="@string/install_gpu_driver_description" />