diff options
author | t895 <clombardo169@gmail.com> | 2023-11-19 15:57:05 -0500 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-19 15:57:05 -0500 |
commit | 23c1f7c72f950c8b937576275b3aa10cb9a7e835 (patch) | |
tree | f2c58b9a05a8c9d7a370abc8f85976597864aae8 /src | |
parent | 12fba361bdf59f31a6c79271e22c52ebf41ab866 (diff) |
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.xml | 1 |
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 @@ android:layout_height="wrap_content" android:clipToPadding="false" android:paddingVertical="4dp" + app:checkedChip="@id/chip_recently_played" app:chipSpacingHorizontal="12dp" app:singleLine="true" app:singleSelection="true"> |