|
|
|
|
@ -11,9 +11,15 @@ |
|
|
|
|
android:paddingEnd="16dp" |
|
|
|
|
android:paddingBottom="8dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat |
|
|
|
|
<HorizontalScrollView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
android:scrollbars="none"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
@ -113,6 +119,7 @@ |
|
|
|
|
android:text="@string/play_change" /> |
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |
|
|
|
|
</HorizontalScrollView> |
|
|
|
|
|
|
|
|
|
<com.fongmi.android.tv.ui.custom.CustomSeekView |
|
|
|
|
android:id="@+id/seek" |
|
|
|
|
|