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"