waiting for dbhelper to finish recycler view

This commit is contained in:
IvanaE 2018-11-18 13:40:28 -05:00
parent 5b8b0fdfd2
commit 3bdd8b5ad6
2 changed files with 77 additions and 0 deletions

View file

@ -108,6 +108,11 @@
android:onClick="Search"
android:layout_marginRight="10dp"
/>
<android.support.v7.widget.RecyclerView
android:id="@+id/ServiceProviders"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="250dp"/>