Remove swipe to refresh

This commit is contained in:
neslihanturan 2018-03-07 22:57:41 +03:00
parent 123c4adbfd
commit c140d3c34a
2 changed files with 0 additions and 18 deletions

View file

@ -30,15 +30,6 @@
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>
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab_list"