|
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:text="http://" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_videosize" |
|
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
|
android:tag="vod_video_size" |
|
|
|
|
android:text="[ 1024 x 768 ]" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
|
android:tag="vod_control_pause_time" |
|
|
|
|
android:text="00:00:00" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_play_load_net_speed_right_top" |
|
|
|
|
@ -84,7 +84,7 @@ |
|
|
|
|
android:tag="vod_control_pause_time" |
|
|
|
|
android:text="0Kb/s" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<com.github.tvbox.osc.subtitle.widget.SimpleSubtitleView |
|
|
|
|
@ -118,192 +118,222 @@ |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_next" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="下一集" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_pre" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="上一集" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_retry" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="重播" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_refresh" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="刷新" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_scale" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="16:9" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_speed" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="x1.0" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_player" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="系统播放器" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_ijk" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="硬解码" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="片头片尾" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_start" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="01:00" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_end" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="01:00" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_step" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="1S" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<!--添加片头片尾重置按钮--> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_reset" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="重置" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/zimu_select" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
<HorizontalScrollView |
|
|
|
|
android:scrollbars="none" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="字幕" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:paddingRight="@dimen/vs_10" |
|
|
|
|
android:text="播放" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_next" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="下一集" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_pre" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="上一集" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_retry" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="重播" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_refresh" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="刷新" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_scale" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="16:9" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_speed" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="x1.0" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_player" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="系统播放器" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_ijk" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="硬解码" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="片头片尾" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_start" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="01:00" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_end" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="01:00" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_step" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="1S" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<!--添加片头片尾重置按钮--> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_time_reset" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="重置" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/zimu_select" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:background="@drawable/button_dialog_main" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:padding="@dimen/vs_10" |
|
|
|
|
android:text="字幕" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</HorizontalScrollView> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
@ -324,7 +354,7 @@ |
|
|
|
|
android:paddingRight="@dimen/vs_10" |
|
|
|
|
android:text="解析" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<com.owen.tvrecyclerview.widget.TvRecyclerView |
|
|
|
|
android:id="@+id/mGridView" |
|
|
|
|
@ -352,7 +382,7 @@ |
|
|
|
|
android:paddingRight="@dimen/vs_10" |
|
|
|
|
android:text="00:00" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<SeekBar |
|
|
|
|
android:id="@+id/seekBar" |
|
|
|
|
@ -381,7 +411,7 @@ |
|
|
|
|
android:paddingLeft="@dimen/vs_10" |
|
|
|
|
android:text="00:00" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -415,7 +445,7 @@ |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:text="http://" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
@ -524,6 +554,6 @@ |
|
|
|
|
android:tag="play_load_net_speed" |
|
|
|
|
android:text="0" |
|
|
|
|
android:textColor="@color/color_FFFFFF" |
|
|
|
|
android:textSize="@dimen/ts_22" /> |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|