Player: Subtitles encoding settings focus

This commit is contained in:
KingLucius 2023-09-28 08:44:52 +03:00
parent c8840a2c22
commit 62a846242c

View file

@ -96,6 +96,7 @@
android:layout_height="wrap_content"
android:layout_rowWeight="1"
android:layout_marginTop="10dp"
android:focusable="true"
android:foreground="@drawable/outline_drawable_forced"
android:orientation="horizontal"
android:paddingTop="10dp"
@ -141,6 +142,7 @@
android:layout_rowWeight="1"
android:background="?attr/primaryBlackBackground"
android:listSelector="@drawable/outline_drawable_forced"
android:nextFocusUp="@id/subtitles_click_settings"
android:nextFocusLeft="@id/sort_providers"
android:nextFocusRight="@id/cancel_btt"
android:requiresFadingEdge="vertical"