[Android] dialog_time_picker : fix focus on buttons
Alexandre Perraud
git at videolan.org
Thu Jul 9 18:14:21 CEST 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Jul 9 17:28:17 2015 +0200| [5d9dbe8c8e3a607fa77a75b06b3ddc27d5653ac3] | committer: Geoffrey Métais
dialog_time_picker : fix focus on buttons
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=5d9dbe8c8e3a607fa77a75b06b3ddc27d5653ac3
---
vlc-android/res/layout/dialog_time_picker.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/vlc-android/res/layout/dialog_time_picker.xml b/vlc-android/res/layout/dialog_time_picker.xml
index 88824ab..5405105 100644
--- a/vlc-android/res/layout/dialog_time_picker.xml
+++ b/vlc-android/res/layout/dialog_time_picker.xml
@@ -54,6 +54,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="1"
android:textStyle="bold" />
@@ -64,6 +65,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="2"
android:textStyle="bold" />
@@ -74,6 +76,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="3"
android:textStyle="bold" />
@@ -93,6 +96,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="4"
android:textStyle="bold" />
@@ -103,6 +107,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="5"
android:textStyle="bold" />
@@ -113,6 +118,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="6"
android:textStyle="bold" />
@@ -132,6 +138,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="7"
android:textStyle="bold" />
@@ -142,6 +149,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="8"
android:textStyle="bold" />
@@ -152,6 +160,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="9"
android:textStyle="bold" />
@@ -171,6 +180,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text=":00"
android:textStyle="bold" />
@@ -181,6 +191,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="0"
android:textStyle="bold" />
@@ -191,6 +202,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text=":30"
android:textStyle="bold" />
@@ -211,6 +223,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="@string/cancel"
android:textStyle="bold" />
@@ -221,6 +234,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="@string/delete"
android:textStyle="bold" />
@@ -231,6 +245,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:clickable="true"
+ android:focusable="true"
android:gravity="center"
android:text="@string/ok"
android:textStyle="bold" />
More information about the Android
mailing list