Skip to content

Commit

Permalink
Make "Restart" next up focused button (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLucius authored Jan 4, 2025
1 parent c499b31 commit 6dcd3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/player_custom_layout_tv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
android:backgroundTint="@color/skipOpTransparent"
android:maxLines="1"
android:nextFocusLeft="@id/player_pause_play"
android:nextFocusUp="@id/player_go_back"
android:nextFocusUp="@id/player_restart"
android:nextFocusDown="@id/player_pause_play"
android:padding="10dp"
android:textColor="@color/white"
Expand Down

0 comments on commit 6dcd3d6

Please sign in to comment.