[Android] TV: Set up & down next focus of current playlist
Geoffrey Métais
git at videolan.org
Fri Jan 13 12:04:31 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 13 12:03:12 2017 +0100| [6cb0786e06d7e21709eec1964e2d69ba056cd9e5] | committer: Geoffrey Métais
TV: Set up & down next focus of current playlist
> https://code.videolan.org/videolan/vlc-android/commit/6cb0786e06d7e21709eec1964e2d69ba056cd9e5
---
vlc-android/res/layout/tv_audio_player.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/tv_audio_player.xml b/vlc-android/res/layout/tv_audio_player.xml
index 7a37224..29df773 100644
--- a/vlc-android/res/layout/tv_audio_player.xml
+++ b/vlc-android/res/layout/tv_audio_player.xml
@@ -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
More information about the Android
mailing list