Add page 1 of tutorial with subtext

This commit is contained in:
misaochan 2016-11-29 18:29:47 +13:00
parent 0b5d93cae0
commit 3f03da44fc
2 changed files with 5 additions and 2 deletions

View file

@ -19,7 +19,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxWidth="240dp"
android:text="@string/welcome_wikipedia_text"
android:text="@string/tutorial_1_text"
android:layout_gravity="center"
android:textStyle="bold"
android:textAlignment="center"
@ -32,7 +32,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxWidth="240dp"
android:text="@string/welcome_wikipedia_subtext"
android:text="@string/tutorial_1_subtext"
android:layout_gravity="center"
android:textAlignment="center"
android:paddingTop="16dp"

View file

@ -141,6 +141,9 @@
<string name="license_name_attribution">Attribution</string>
<string name="license_name_gfdl">GNU Free Documentation License</string>
<string name="tutorial_1_text">Wikimedia Commons hosts most of the images that are used in Wikipedia</string>
<string name="tutorial_1_subtext">Anyone can use Commons images without paying a copyright fee</string>
<string name="welcome_wikipedia_text">Contribute your images. Help Wikipedia articles come to life!</string>
<string name="welcome_wikipedia_subtext">Images on Wikipedia come from Wikimedia Commons.</string>
<string name="welcome_copyright_text">Your images help educate people around the world.</string>