Player Source & Subs navigation change (#633)

This commit is contained in:
KingLucius 2023-09-28 13:21:03 +03:00 committed by GitHub
parent 0351053d80
commit 194678c419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -66,8 +66,8 @@
android:layout_rowWeight="1"
android:background="?attr/primaryBlackBackground"
android:listSelector="@drawable/outline_drawable_forced"
android:nextFocusLeft="@id/sort_subtitles"
android:nextFocusRight="@id/apply_btt"
android:nextFocusRight="@id/sort_subtitles"
android:nextFocusDown="@id/apply_btt"
android:requiresFadingEdge="vertical"
tools:layout_height="100dp"
tools:listitem="@layout/sort_bottom_single_choice" />
@ -140,7 +140,8 @@
android:background="?attr/primaryBlackBackground"
android:listSelector="@drawable/outline_drawable_forced"
android:nextFocusLeft="@id/sort_providers"
android:nextFocusRight="@id/cancel_btt"
android:nextFocusRight="@id/apply_btt"
android:nextFocusDown="@id/apply_btt"
android:requiresFadingEdge="vertical"
tools:layout_height="200dp"
tools:listfooter="@layout/sort_bottom_footer_add_choice"