|
|
|
|
@ -27,18 +27,24 @@ |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/next" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:text="下一集" |
|
|
|
|
android:textColor="@color/white" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/prev" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:text="上一集" |
|
|
|
|
android:textColor="@color/white" /> |
|
|
|
|
|
|
|
|
|
@ -47,6 +53,8 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:text="重播本集" |
|
|
|
|
android:textColor="@color/white" /> |
|
|
|
|
|
|
|
|
|
@ -63,6 +71,8 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:text="x1.0" |
|
|
|
|
android:textColor="@color/white" /> |
|
|
|
|
|
|
|
|
|
@ -79,6 +89,8 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:text="預設" |
|
|
|
|
android:textColor="@color/white" /> |
|
|
|
|
|
|
|
|
|
@ -107,6 +119,7 @@ |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:nextFocusUp="@+id/next" |
|
|
|
|
app:buffered_color="@color/grey_700" |
|
|
|
|
app:played_color="@color/grey_900" |
|
|
|
|
app:scrubber_color="@color/blue_500" |
|
|
|
|
|