Show explanatory text when no categories are found for search text

This commit is contained in:
YuviPanda 2013-03-30 04:52:35 +05:30
parent ff1a5aed1c
commit 0176995612
3 changed files with 17 additions and 0 deletions

View file

@ -29,6 +29,14 @@
/>
</FrameLayout>
<TextView
android:id="@+id/categoriesNotFound"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:visibility="gone"
android:gravity="center"
/>
<ListView
android:id="@+id/categoriesListBox"
android:layout_height="wrap_content"