<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/background_main_background" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <TextView android:textSize="25.0sp" android:textColor="@color/background_text_color" android:gravity="center" android:background="@drawable/mmtitle_bg" android:padding="5.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/background_aisle_gallery" />
    <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="80.0dip" android:layout_marginRight="80.0dip">
        <EditText android:textColor="@color/background_text_color_dialog_title" android:id="@id/search" android:layout_width="fill_parent" android:layout_height="54.0dip" android:singleLine="true" style="@style/background_aisle_edittext" />
        <Button android:textColor="@color/background_whitesmoke" android:id="@id/search_btn" android:background="@drawable/ui_base_search_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBottom="@id/search" android:layout_alignParentRight="true" android:onClick="search" />
    </RelativeLayout>
    <GridView android:id="@id/pics_grid" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_marginLeft="10.0dip" android:layout_marginTop="20.0dip" android:layout_marginRight="10.0dip" android:horizontalSpacing="10.0dip" android:verticalSpacing="10.0dip" android:numColumns="3" android:layout_weight="4.0" />
    <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="0.5">
        <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
            <Button android:id="@id/pics_confirm" android:background="@drawable/ui_base_btn_selector" android:text="@string/background_backgroound_ensureof" style="@style/background_menu_button" />
        </LinearLayout>
        <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
            <Button android:id="@id/pics_back" android:background="@drawable/ui_base_btn_selector" android:text="@string/background_back" style="@style/background_menu_button" />
        </LinearLayout>
    </LinearLayout>
</LinearLayout>