Skip to content
Snippets Groups Projects
Commit 6cb0786e authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

TV: Set up & down next focus of current playlist

parent 6814ebdc
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,9 @@
android:layout_weight="1"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusUp="@+id/button_play"
android:nextFocusUp="@+id/playlist"
android:nextFocusLeft="@+id/button_shuffle"
android:nextFocusRight="@+id/button_play"
android:nextFocusDown="@+id/playlist"
android:scrollbars="vertical" />
</LinearLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment