|
|
|
|
@ -256,61 +256,68 @@ |
|
|
|
|
android:textColor="?android:attr/textColorPrimary" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
<HorizontalScrollView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dptime" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
android:scrollbars="none"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_time" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpspeed" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_netspeed" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dptime" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_time" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpduration" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_duration" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpspeed" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_netspeed" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpminiprogress" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_mini_progress" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpduration" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_duration" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpvideoinformation" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_video_information" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpminiprogress" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_mini_progress" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/dpvideotitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="@drawable/shape_accent" |
|
|
|
|
android:text="@string/play_video_title" |
|
|
|
|
android:textColor="@color/control" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</HorizontalScrollView> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/other" |
|
|
|
|
|