summaryrefslogtreecommitdiff
path: root/res/layout/vpn_profile_list.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-11-29 19:15:36 +0100
committerArne Schwabe <arne@rfc2549.org>2013-11-29 19:15:36 +0100
commitdd9c8a6b22d9ef11c11a6e38de82d80657258b9e (patch)
treeb795101838ed638d7a4bc0a1e75ba263fbdf4bcc /res/layout/vpn_profile_list.xml
parent2c4d087fe7f48e31924ae1cc279adb8698eab59b (diff)
Fixes for keyboard navigation
Diffstat (limited to 'res/layout/vpn_profile_list.xml')
-rw-r--r--res/layout/vpn_profile_list.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/vpn_profile_list.xml b/res/layout/vpn_profile_list.xml
index 870c0431..004c4638 100644
--- a/res/layout/vpn_profile_list.xml
+++ b/res/layout/vpn_profile_list.xml
@@ -8,6 +8,7 @@
android:paddingRight="@dimen/stdpadding" >
<ListView
+ android:descendantFocusability="afterDescendants"
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />