We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf5cb2 commit 73ed6daCopy full SHA for 73ed6da
app/src/main/res/layout-land/screen_setup.xml
@@ -56,7 +56,7 @@
56
android:layout_height="wrap_content"
57
app:layout_constraintWidth_max="425dp"
58
app:layout_constraintHorizontal_bias="0"
59
- android:text="The perfect app where you can customize everything, with tons of features and a stylish look."
+ android:text="@string/welcome_to_app_description"
60
android:textAppearance="@style/TextAppearance.Material3.BodyLarge"
61
android:layout_marginTop="8dp"
62
android:layout_marginHorizontal="32dp"
@@ -108,4 +108,4 @@
108
app:layout_constraintWidth_percent=".45"
109
app:layout_constraintRight_toRightOf="parent" />
110
111
-</androidx.constraintlayout.widget.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments