|
|
@@ -11,16 +11,16 @@
|
|
|
android:layout_height="@dimen/superplayer_media_controller_view_height"
|
|
|
android:background="@drawable/superplayer_top_shadow"
|
|
|
android:gravity="left"
|
|
|
- android:paddingLeft="20dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingLeft="20dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/superplayer_iv_back"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:visibility="gone"
|
|
|
- android:src="@drawable/superplayer_btn_back_play" />
|
|
|
+ android:src="@drawable/superplayer_btn_back_play"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/superplayer_tv_title"
|
|
|
@@ -45,17 +45,17 @@
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<ImageView
|
|
|
- android:tint="@color/superplayer_white"
|
|
|
android:layout_width="25dp"
|
|
|
android:layout_height="25dp"
|
|
|
- android:src="@drawable/superplayer_ic_replay" />
|
|
|
+ android:src="@drawable/superplayer_ic_replay"
|
|
|
+ android:tint="@color/superplayer_white" />
|
|
|
|
|
|
<TextView
|
|
|
- android:textColor="@color/superplayer_white"
|
|
|
- android:text="@string/superplayer_replay"
|
|
|
- android:textSize="12sp"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/superplayer_replay"
|
|
|
+ android:textColor="@color/superplayer_white"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -99,8 +99,8 @@
|
|
|
<ImageView
|
|
|
android:id="@+id/superplayer_cover_view"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/superplayer_ll_bottom"
|
|
|
@@ -150,17 +150,18 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:text="00:00"
|
|
|
+ android:paddingEnd="12dp"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="11.0sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/superplayer_iv_play_next"
|
|
|
- android:visibility="gone"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:src="@drawable/superplayer_play_next"/>
|
|
|
+ android:src="@drawable/superplayer_play_next"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/superplayer_iv_fullscreen"
|
|
|
@@ -168,7 +169,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:src="@drawable/superplayer_ic_vod_fullscreen" />
|
|
|
+ android:src="@drawable/superplayer_ic_vod_fullscreen"
|
|
|
+ android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ProgressBar
|
|
|
@@ -198,6 +200,6 @@
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginRight="10dp"
|
|
|
- android:visibility="gone"
|
|
|
- android:src="@drawable/superplayer_pip_play_icon" />
|
|
|
+ android:src="@drawable/superplayer_pip_play_icon"
|
|
|
+ android:visibility="gone" />
|
|
|
</RelativeLayout>
|