Addition: Pull down to refresh in nearby activity (#1164)

* added pull down to refresh in nearby activity

* Requested changes made
This commit is contained in:
Balakrishnan S 2018-02-24 01:30:13 +05:30 committed by Vivek Maskara
parent 9aceaca95d
commit a7a2b51ceb
2 changed files with 15 additions and 5 deletions

View file

@ -21,17 +21,19 @@
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_below="@id/toolbar">
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>
</RelativeLayout>