summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout-w600dp/fragment_setup.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-04-26 07:52:26 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:55 +0200
commit48c506682d44081704a5275a282564121a4e3fee (patch)
treef3171ec4db98481ca461fc6d7c26681a53fed7fe /src/android/app/src/main/res/layout-w600dp/fragment_setup.xml
parentandroid: Temporarily switch for a fixed version code for testing (diff)
downloadyuzu-48c506682d44081704a5275a282564121a4e3fee.tar
yuzu-48c506682d44081704a5275a282564121a4e3fee.tar.gz
yuzu-48c506682d44081704a5275a282564121a4e3fee.tar.bz2
yuzu-48c506682d44081704a5275a282564121a4e3fee.tar.lz
yuzu-48c506682d44081704a5275a282564121a4e3fee.tar.xz
yuzu-48c506682d44081704a5275a282564121a4e3fee.tar.zst
yuzu-48c506682d44081704a5275a282564121a4e3fee.zip
Diffstat (limited to 'src/android/app/src/main/res/layout-w600dp/fragment_setup.xml')
-rw-r--r--src/android/app/src/main/res/layout-w600dp/fragment_setup.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/layout-w600dp/fragment_setup.xml b/src/android/app/src/main/res/layout-w600dp/fragment_setup.xml
index e05af9bdd..cbe631d88 100644
--- a/src/android/app/src/main/res/layout-w600dp/fragment_setup.xml
+++ b/src/android/app/src/main/res/layout-w600dp/fragment_setup.xml
@@ -22,6 +22,7 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/next"
+ android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
@@ -32,6 +33,7 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/back"
+ android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" />