summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout-w600dp/activity_main.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-01 22:52:00 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:58 +0200
commit86e395595a4acdd496cdc8b72824820bd981548e (patch)
tree621faaf1b1b2ae94c1e8850318507c19359c26a9 /src/android/app/src/main/res/layout-w600dp/activity_main.xml
parentandroid: About fragment (diff)
downloadyuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar.gz
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar.bz2
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar.lz
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar.xz
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.tar.zst
yuzu-86e395595a4acdd496cdc8b72824820bd981548e.zip
Diffstat (limited to 'src/android/app/src/main/res/layout-w600dp/activity_main.xml')
-rw-r--r--src/android/app/src/main/res/layout-w600dp/activity_main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/layout-w600dp/activity_main.xml b/src/android/app/src/main/res/layout-w600dp/activity_main.xml
index 39b61a13e..8a4f46bef 100644
--- a/src/android/app/src/main/res/layout-w600dp/activity_main.xml
+++ b/src/android/app/src/main/res/layout-w600dp/activity_main.xml
@@ -43,4 +43,15 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
+ <View
+ android:id="@+id/navigation_bar_shade"
+ android:layout_width="0dp"
+ android:layout_height="1px"
+ android:background="@android:color/transparent"
+ android:clickable="false"
+ android:focusable="false"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent" />
+
</androidx.constraintlayout.widget.ConstraintLayout>