waiting for dbhelper to finish recycler view
This commit is contained in:
parent
5b8b0fdfd2
commit
3bdd8b5ad6
2 changed files with 77 additions and 0 deletions
|
@ -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"/>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue