Swapped the ListView for a RecyclerView, made the fragment cleaner and fixed a whole bunch of code inspection issues.

This commit is contained in:
Paul Hawke 2017-07-22 13:57:46 -05:00
parent f73a9f15fc
commit 9c987efbd2
16 changed files with 435 additions and 402 deletions

View file

@ -60,7 +60,7 @@
android:visibility="gone"
/>
<ListView
<android.support.v7.widget.RecyclerView
android:id="@+id/categoriesListBox"
android:layout_height="wrap_content"
android:layout_width="match_parent"