|
@@ -1,11 +1,12 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<FrameLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/bottom_container"
|
|
|
+ android:id="@+id/ll_bottom_container"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="45dp"
|
|
|
android:layout_gravity="bottom"
|
|
@@ -18,10 +19,10 @@
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
|
android:padding="12dp"
|
|
|
- android:src="@drawable/selector_play_button" />
|
|
|
+ android:src="@drawable/selector_bot_play_button" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/curr_time"
|
|
|
+ android:id="@+id/tv_curr_time"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textColor="@android:color/white"
|
|
@@ -39,6 +40,7 @@
|
|
|
android:background="@null"
|
|
|
android:max="1000"
|
|
|
android:maxHeight="2dp"
|
|
|
+ android:minHeight="2dp"
|
|
|
android:paddingEnd="0dp"
|
|
|
android:paddingStart="0dp"
|
|
|
android:progressDrawable="@drawable/seek_progress"
|
|
@@ -46,7 +48,7 @@
|
|
|
android:thumbOffset="0dp" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/total_time"
|
|
|
+ android:id="@+id/tv_total_time"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textColor="@android:color/white"
|
|
@@ -57,13 +59,18 @@
|
|
|
android:id="@+id/tv_definition"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="1dp"
|
|
|
+ android:paddingEnd="4dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="超清"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="14sp"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- tools:text="高清" />
|
|
|
+ android:visibility="gone"
|
|
|
+ android:paddingLeft="1dp"
|
|
|
+ android:paddingRight="4dp" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fullscreen"
|
|
|
+ android:id="@+id/iv_fullscreen"
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
|
android:padding="12dp"
|
|
@@ -71,13 +78,13 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ProgressBar
|
|
|
- android:id="@+id/bottom_progress"
|
|
|
+ android:id="@+id/pb_bottom_progress"
|
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
android:layout_gravity="bottom"
|
|
|
android:max="1000"
|
|
|
- android:progressDrawable="@drawable/seek_progress"
|
|
|
+ android:progressDrawable="@drawable/progress_bar_style"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
-</FrameLayout>
|
|
|
+</FrameLayout>
|