|
|
|
|
@ -74,6 +74,19 @@ |
|
|
|
|
android:text="重播本集" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<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_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/play_scale" |
|
|
|
|
@ -387,4 +400,4 @@ |
|
|
|
|
android:tag="vod_control_loading" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|