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.
14 lines
2.4 KiB
14 lines
2.4 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tabpage="http://schemas.android.com/apk/res-auto"> |
|
<android.support.v4.widget.SwipeRefreshLayout android:id="@id/remote_file_SwipeRefreshLayout" android:background="@color/content_bg" android:padding="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/id_bottom_bar"> |
|
<com.tonicartos.widget.stickygridheaders.StickyGridHeadersGridView android:gravity="center" android:id="@id/remote_file_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/remote_no_file" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/no_file" /> |
|
</android.support.v4.widget.SwipeRefreshLayout> |
|
<ProgressBar android:id="@id/remote_file_progressbar" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" /> |
|
<LinearLayout android:orientation="horizontal" android:id="@id/id_bottom_bar" android:background="@color/player_system_bar_bg" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/player_bar_height" android:layout_alignParentBottom="true"> |
|
<ImageView android:layout_gravity="center" android:id="@id/id_download_or_share" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_download" android:layout_weight="1.0" /> |
|
<ImageView android:layout_gravity="center" android:id="@id/id_selected" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_select_all" android:layout_weight="1.0" /> |
|
<ImageView android:layout_gravity="center" android:id="@id/id_delete" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/ic_delete" android:layout_weight="1.0" /> |
|
</LinearLayout> |
|
</RelativeLayout> |