今奥全景相机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:background="@color/content_bg" android:padding="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/id_selected_bar">
<com.tonicartos.widget.stickygridheaders.StickyGridHeadersGridView android:gravity="center" android:id="@id/gridview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:horizontalSpacing="0.0dip" android:verticalSpacing="0.0dip" android:stretchMode="columnWidth" android:numColumns="2" />
<TextView android:textSize="16.0sp" android:textColor="#ff999999" android:gravity="center" android:id="@id/phone_no_file" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/no_file" />
</FrameLayout>
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" layout="@layout/selected_bar" />
</RelativeLayout>