Add descriptive text to tell people how to skip categorization

This commit is contained in:
YuviPanda 2013-03-30 05:18:45 +05:30
parent 0176995612
commit 264483838c
3 changed files with 28 additions and 0 deletions

View file

@ -37,6 +37,16 @@
android:gravity="center"
/>
<TextView
android:id="@+id/categoriesExplanation"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginTop="48dp"
android:gravity="center"
android:focusable="true"
android:text="@string/categories_skip_explanation"
/>
<ListView
android:id="@+id/categoriesListBox"
android:layout_height="wrap_content"

View file

@ -70,4 +70,9 @@
</plurals>
<string name="categories_not_found">No categories matching %1$s found</string>
<string name="categories_skip_explanation">
Add categories to make the image more discoverable on Wikimedia Commons.\n\n
Start typing to add categories.\n
Tap this message (or hit back) to skip this step.
</string>
</resources>