[Android] Fix dpad navigation in advanced options

Geoffrey Métais git at videolan.org
Fri Jan 23 17:10:42 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 23 17:06:21 2015 +0100| [d11bdeb9ed4144a3d04e7d17681d72e8e8cbf599] | committer: Geoffrey Métais

Fix dpad navigation in advanced options

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d11bdeb9ed4144a3d04e7d17681d72e8e8cbf599
---

 vlc-android/res/layout/fragment_advanced_options.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/layout/fragment_advanced_options.xml b/vlc-android/res/layout/fragment_advanced_options.xml
index eaedfc2..7e8cdc4 100644
--- a/vlc-android/res/layout/fragment_advanced_options.xml
+++ b/vlc-android/res/layout/fragment_advanced_options.xml
@@ -184,6 +184,7 @@
             android:layout_width="wrap_content"
             android:layout_height="40dp"
             android:layout_marginLeft="20dp"
+            android:nextFocusRight="@+id/spu_delay"
             android:clickable="true"
             android:focusable="true"
             android:gravity="center_vertical"
@@ -194,6 +195,7 @@
             android:layout_width="wrap_content"
             android:layout_height="40dp"
             android:layout_marginLeft="20dp"
+            android:nextFocusLeft="@+id/audio_delay"
             android:clickable="true"
             android:focusable="true"
             android:gravity="center_vertical"



More information about the Android mailing list