<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/black" >

    <GridView
        android:id="@+id/kf5_selector_gridview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipToPadding="false"
        android:horizontalSpacing="@dimen/kf5_space_size"
        android:numColumns="3"
        android:paddingBottom="?android:attr/actionBarSize"
        android:verticalSpacing="@dimen/kf5_space_size" />

    <RelativeLayout
        android:id="@+id/kf5_footer_layout"
        android:layout_width="match_parent"
        android:layout_height="?android:attr/actionBarSize"
        android:layout_alignParentBottom="true"
        android:background="#cc000000"
        android:clickable="true" >

        <Button
            android:id="@+id/kf5_category_btn"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_centerVertical="true"
            android:background="@null"
            android:drawablePadding="@dimen/kf5_dimen_4dp"
            android:drawableRight="@drawable/kf5_text_indicator"
            android:ellipsize="end"
            android:gravity="center_vertical"
            android:paddingLeft="@dimen/kf5_dimen_16dp"
            android:paddingRight="@dimen/kf5_dimen_16dp"
            android:singleLine="true"
            android:textColor="@android:color/white"
            android:textSize="@dimen/kf5_text_size_16"
            tools:text="所有图片" />
    </RelativeLayout>

</RelativeLayout>