summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar t8952023-11-19 15:57:05 -0500
committerGravatar t8952023-11-19 15:57:05 -0500
commit23c1f7c72f950c8b937576275b3aa10cb9a7e835 (patch)
treef2c58b9a05a8c9d7a370abc8f85976597864aae8 /src
parentMerge pull request #12083 from liamwhite/viewport (diff)
downloadyuzu-23c1f7c72f950c8b937576275b3aa10cb9a7e835.tar.gz
yuzu-23c1f7c72f950c8b937576275b3aa10cb9a7e835.tar.xz
yuzu-23c1f7c72f950c8b937576275b3aa10cb9a7e835.zip
android: Select recently played games by default in search tab
Diffstat (limited to 'src')
-rw-r--r--src/android/app/src/main/res/layout/fragment_search.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_search.xml b/src/android/app/src/main/res/layout/fragment_search.xml
index b8d54d947..efdfd7047 100644
--- a/src/android/app/src/main/res/layout/fragment_search.xml
+++ b/src/android/app/src/main/res/layout/fragment_search.xml
@@ -127,6 +127,7 @@
127 android:layout_height="wrap_content" 127 android:layout_height="wrap_content"
128 android:clipToPadding="false" 128 android:clipToPadding="false"
129 android:paddingVertical="4dp" 129 android:paddingVertical="4dp"
130 app:checkedChip="@id/chip_recently_played"
130 app:chipSpacingHorizontal="12dp" 131 app:chipSpacingHorizontal="12dp"
131 app:singleLine="true" 132 app:singleLine="true"
132 app:singleSelection="true"> 133 app:singleSelection="true">