<RelativeLayout 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/frag_liker_refresh_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/frag_liker_bottom_layout">
<GridView
android:id="@+id/frag_liker_gridview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="8dp"
android:gravity="fill"
android:horizontalSpacing="8dp"
android:numColumns="3"
android:stretchMode="columnWidth"
android:verticalSpacing="8dp" />
</android.support.v4.widget.SwipeRefreshLayout>
<TextView
android:id="@+id/empty_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
android:layout_marginTop="150dp"
android:layout_centerHorizontal="true"
android:textColor="#ababab"
android:visibility="gone"
android:gravity="center"
android:lineSpacingExtra="6dp"
android:drawableTop="@drawable/ic_mainlikepass_smile"
android:text="@string/frag_tinder_liker_empty" />
</RelativeLayout>