mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add descriptive text to tell people how to skip categorization
This commit is contained in:
parent
0176995612
commit
264483838c
3 changed files with 28 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue