summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/fragment_installables.xml
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-26 05:01:44 +0100
committerGitHub <noreply@github.com>2024-01-26 05:01:44 +0100
commit4526fdaf642d092ce1a6f5b1da4adf5eb4793005 (patch)
tree77d2a1b9420e00a11cdb3899798ca9b4c71ae89a /src/android/app/src/main/res/layout/fragment_installables.xml
parentMerge pull request #12798 from liamwhite/cmif-fixes (diff)
parentandroid: Disable default focus highlight on views that shouldn't be selected (diff)
downloadyuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar.gz
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar.bz2
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar.lz
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar.xz
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.tar.zst
yuzu-4526fdaf642d092ce1a6f5b1da4adf5eb4793005.zip
Diffstat (limited to 'src/android/app/src/main/res/layout/fragment_installables.xml')
-rw-r--r--src/android/app/src/main/res/layout/fragment_installables.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_installables.xml b/src/android/app/src/main/res/layout/fragment_installables.xml
index 3a4df81a6..47ef3869f 100644
--- a/src/android/app/src/main/res/layout/fragment_installables.xml
+++ b/src/android/app/src/main/res/layout/fragment_installables.xml
@@ -10,12 +10,14 @@
android:id="@+id/appbar_installables"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:fitsSystemWindows="true">
+ android:fitsSystemWindows="true"
+ android:touchscreenBlocksFocus="false">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar_installables"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
+ android:touchscreenBlocksFocus="false"
app:title="@string/manage_yuzu_data"
app:navigationIcon="@drawable/ic_back" />