Skip to content

Commit 73ed6da

Browse files
authored
Update screen_setup.xml
1 parent 4cf5cb2 commit 73ed6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout-land/screen_setup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
android:layout_height="wrap_content"
5757
app:layout_constraintWidth_max="425dp"
5858
app:layout_constraintHorizontal_bias="0"
59-
android:text="The perfect app where you can customize everything, with tons of features and a stylish look."
59+
android:text="@string/welcome_to_app_description"
6060
android:textAppearance="@style/TextAppearance.Material3.BodyLarge"
6161
android:layout_marginTop="8dp"
6262
android:layout_marginHorizontal="32dp"
@@ -108,4 +108,4 @@
108108
app:layout_constraintWidth_percent=".45"
109109
app:layout_constraintRight_toRightOf="parent" />
110110

111-
</androidx.constraintlayout.widget.ConstraintLayout>
111+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)