mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Set text fields for Page 4
This commit is contained in:
parent
b9bedc668c
commit
765e646d74
3 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="240dp"
|
||||
android:text="@string/tutorial_3_text"
|
||||
android:text="@string/tutorial_4_text"
|
||||
android:layout_gravity="center"
|
||||
android:textStyle="bold"
|
||||
android:textAlignment="center"
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="240dp"
|
||||
android:text="@string/tutorial_3_subtext"
|
||||
android:text="@string/tutorial_4_subtext"
|
||||
android:layout_gravity="center"
|
||||
android:textAlignment="textStart"
|
||||
android:paddingTop="16dp"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
android:layout_width="295dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="240dp"
|
||||
android:text="@string/tutorial_3_text"
|
||||
android:text="@string/tutorial_4_text"
|
||||
android:layout_gravity="center"
|
||||
android:textStyle="bold"
|
||||
android:textAlignment="center"
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
android:layout_width="278dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="240dp"
|
||||
android:text="@string/tutorial_3_subtext"
|
||||
android:text="@string/tutorial_4_subtext"
|
||||
android:layout_gravity="center"
|
||||
android:textAlignment="textStart"
|
||||
android:paddingTop="16dp"
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
<string name="tutorial_2_subtext">\u2022 Natural objects (flowers, animals, mountains) \n\u2022 Useful objects (bicycles, train stations) \n\u2022 Famous people (your mayor, Olympic athletes you met)</string>
|
||||
<string name="tutorial_3_text">Please do NOT upload:</string>
|
||||
<string name="tutorial_3_subtext">\u2022 Selfies or pictures of your friends \n\u2022 Pictures you downloaded from the Internet \n\u2022 Screenshots of proprietary apps</string>
|
||||
<string name="tutorial_4_text">Example: Filling in image details</string>
|
||||
<string name="tutorial_4_text">Filling in image details:</string>
|
||||
<string name="tutorial_4_subtext">\u2022 Title: Rodeo Drive \n\u2022 Description: More details about the image \n\u2022 Categories: </string>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue