summaryrefslogtreecommitdiff
path: root/res/layout/vpn_list_item.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-04 22:28:20 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-04 22:28:20 +0200
commitd4f8b628995e6711ec653360e4b89edef912e3ae (patch)
tree6d6d188189b617b84d990b0e476a52234f0da943 /res/layout/vpn_list_item.xml
parent3a1284b0635257df99840614c153e23ff3d99e80 (diff)
Version 0.4.7 :)
Diffstat (limited to 'res/layout/vpn_list_item.xml')
-rw-r--r--res/layout/vpn_list_item.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/vpn_list_item.xml b/res/layout/vpn_list_item.xml
index dc6254e5..75da3cf5 100644
--- a/res/layout/vpn_list_item.xml
+++ b/res/layout/vpn_list_item.xml
@@ -19,11 +19,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
- android:focusable="false"
android:minHeight="?android:attr/listPreferredItemHeight" >
<LinearLayout
- android:id="@+id/vpnconfig_pref"
+ android:id="@+id/vpn_list_item_left"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
@@ -52,6 +51,7 @@
android:layout_width="2dip"
android:layout_height="match_parent"
android:layout_marginBottom="5dip"
+ android:focusable="false"
android:layout_marginTop="5dip"
android:background="@android:drawable/divider_horizontal_dark" />
@@ -60,7 +60,6 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="center"
- android:focusable="true"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/configure_the_vpn"
android:paddingLeft="15dip"