|
@@ -28,7 +28,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:gravity="right"
|
|
|
- android:visibility="visible"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_multi_audio"/>
|
|
|
|
|
|
<ImageView
|
|
@@ -38,7 +38,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:gravity="right"
|
|
|
- android:visibility="visible"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_multi_subtitle"/>
|
|
|
|
|
|
<ImageView
|
|
@@ -58,6 +58,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:gravity="right"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_ic_danmuku_off" />
|
|
|
|
|
|
<ImageView
|
|
@@ -67,6 +68,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:gravity="right"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_ic_vod_snapshot_normal" />
|
|
|
|
|
|
<ImageView
|
|
@@ -77,6 +79,7 @@
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_marginRight="20dp"
|
|
|
android:gravity="right"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_ic_vod_more_normal" />
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -289,6 +292,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
+ android:visibility="gone"
|
|
|
android:src="@drawable/superplayer_btn_back_play" />
|
|
|
|
|
|
<TextView
|