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.
7 lines
1.5 KiB
7 lines
1.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:background="#f012161b" android:padding="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_centerInParent="true" |
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:progress="http://schemas.android.com/apk/res-auto"> |
|
<TextView android:textSize="@dimen/text_video_set" android:textColor="@color/text_white_color" android:id="@id/id_progress_msg" android:layout_width="wrap_content" android:layout_height="20.0dip" android:text="@string/select_play_mode" android:layout_centerHorizontal="true" /> |
|
<ProgressBar android:padding="3.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:progressDrawable="@drawable/download_progressbar_bg" android:minHeight="8.0dip" android:layout_below="@id/id_progress_msg" style="?android:attr/progressBarStyleHorizontal" /> |
|
<SeekBar android:id="@id/progress" 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:progress="30" android:progressDrawable="@drawable/seekbar_style" android:thumb="@null" android:thumbOffset="8.0dip" android:layout_toLeftOf="@id/vpai_video_video_duration" android:layout_toRightOf="@id/vpai_video_video_time" android:layout_below="@id/id_progress_msg" android:layout_centerHorizontal="true" android:layout_centerVertical="true" /> |
|
</RelativeLayout> |