今奥全景相机
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.

25 lines
5.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" xmlns:progress="http://schemas.android.com/apk/res-auto">
<com.viatech.vpaiphoto.VPaiPhotoView android:id="@id/photo_view_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<RelativeLayout android:id="@id/title_layout" android:background="@color/player_system_bar_bg" android:layout_width="fill_parent" android:layout_height="@dimen/actionbar_height" android:layout_alignParentTop="true">
<TextView android:textSize="@dimen/text_size" android:textColor="@color/white" android:id="@id/save" android:background="@drawable/press_view_selector" android:padding="5.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="15.0dip" android:text="@string/save_button" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<ImageView android:textSize="@dimen/text_size" android:id="@id/function" android:paddingLeft="16.0dip" android:paddingRight="12.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/actionbar_more_selector" android:scaleType="centerInside" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<TextView android:textColor="@color/font_user_name" android:gravity="center" android:id="@id/back_text" android:background="@drawable/press_view_selector" android:paddingLeft="4.0dip" android:paddingRight="10.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:drawableLeft="@drawable/back" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<TextView android:textSize="@dimen/text_size_med" android:textColor="@color/text_white_color" android:gravity="center" android:id="@id/file_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" />
</RelativeLayout>
<ProgressBar android:id="@id/remote_file_progressbar" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" />
<include android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_above="@id/id_player_system_bar" layout="@layout/player_mode_controller" />
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_above="@id/id_player_system_bar" layout="@layout/filter_picker" />
<com.viatech.widget.DisplayModeSwitcher android:id="@id/displsy_mode_switcher" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_above="@id/id_player_system_bar" android:layout_alignParentLeft="true" />
<LinearLayout android:orientation="horizontal" android:id="@id/id_player_system_bar" android:background="@color/player_system_bar_bg" 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_share" android:visibility="gone" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_share" android:layout_weight="1.0" />
<ImageView android:layout_gravity="center" android:id="@id/id_download" 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_attach" android:visibility="gone" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_attach" android:layout_weight="1.0" />
<ImageView android:layout_gravity="center" android:id="@id/id_player_setting" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_player_setting" android:layout_weight="1.0" />
<ImageView android:layout_gravity="center" android:id="@id/id_player_filter" android:clickable="true" android:layout_width="0.0dip" android:layout_height="wrap_content" android:src="@drawable/btn_filter_b" 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/btn_delete" android:layout_weight="1.0" />
</LinearLayout>
<com.viatech.gallery.SquareProgressBar android:id="@id/download_progressbar" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" progress:full="#bb000000" progress:progress="#00000000" />
<TextView android:textSize="14.0sp" android:textColor="#ffffffff" android:gravity="center" android:id="@id/download_progress" android:background="#888c8c8c" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" />
</RelativeLayout>