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.
33 lines
6.7 KiB
33 lines
6.7 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"> |
|
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"> |
|
<com.via.vpailib.vpaiinterface.SphericalMediaPlayer android:id="@id/spherical_media_player" android:layout_width="fill_parent" android:layout_height="fill_parent" /> |
|
</FrameLayout> |
|
<RelativeLayout android:id="@id/video_title_layout" android:background="@color/player_system_bar_bg" android:layout_width="fill_parent" android:layout_height="@dimen/actionbar_height" android:layout_alignParentTop="true"> |
|
<ImageView android:textSize="@dimen/text_size" android:textColor="@color/white" android:id="@id/function" android:background="@drawable/actionbar_more_selector" android:padding="5.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="15.0dip" android:text="@string/screen_shot" 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="4.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" android:layout_centerHorizontal="true" /> |
|
</RelativeLayout> |
|
<ProgressBar android:id="@id/progressbar" android:visibility="invisible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" /> |
|
<include android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_above="@id/video_controls_bar" layout="@layout/filter_picker" /> |
|
<include android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_above="@id/video_controls_bar" layout="@layout/player_mode_controller" /> |
|
<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/video_controls_bar" android:layout_alignParentLeft="true" /> |
|
<FrameLayout android:orientation="vertical" android:id="@id/video_controls_bar" android:background="@color/popup_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="0.0dip" android:layout_above="@id/id_player_system_bar"> |
|
<RelativeLayout android:layout_gravity="bottom" android:paddingLeft="5.0dip" android:paddingRight="5.0dip" android:layout_width="fill_parent" android:layout_height="45.0dip"> |
|
<ImageView android:id="@id/video_play" android:padding="5.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/btn_play" android:layout_centerVertical="true" /> |
|
<TextView android:textSize="@dimen/text_small" android:textColor="@color/text_white_color" android:gravity="center" android:id="@id/video_time" android:padding="6.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/time" android:layout_toRightOf="@id/video_play" android:layout_centerVertical="true" /> |
|
<SeekBar android:id="@id/player_seekbar" android:paddingLeft="6.0dip" android:paddingRight="8.0dip" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:progressDrawable="@drawable/seekbar_style" android:thumb="@drawable/button_seekbar_radio" android:thumbOffset="8.0dip" android:layout_toLeftOf="@id/video_duration" android:layout_toRightOf="@id/video_time" android:layout_centerHorizontal="true" android:layout_centerVertical="true" /> |
|
<TextView android:textSize="@dimen/text_small" android:textColor="@color/text_white_color" android:gravity="center" android:id="@id/video_duration" android:padding="6.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/time" android:layout_toLeftOf="@id/video_activity_fullscreen" android:layout_centerVertical="true" /> |
|
<ImageView android:id="@id/video_activity_fullscreen" android:padding="5.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/fullscreen" android:layout_alignParentRight="true" android:layout_centerVertical="true" /> |
|
</RelativeLayout> |
|
</FrameLayout> |
|
<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_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_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_filter_setting" 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> |