Skip to content

Instantly share code, notes, and snippets.

View prettyvoid's full-sized avatar

Abdalla Sabri prettyvoid

View GitHub Profile
@prettyvoid
prettyvoid / fragment_list
Created October 21, 2014 14:44
Swipe layout list + Empty view as progress bar
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_container"
android:layout_width="match_parent"
android:layout_height="match_parent">