From 17c883cbcc92b0bd19909ae676e5c7fa83d39de5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 4 May 2012 22:28:20 +0200 Subject: Version 0.4.7 :) --- res/layout/vpn_list_item.xml | 5 +- res/layout/vpn_preference_layout.xml | 94 ------------------------------------ 2 files changed, 2 insertions(+), 97 deletions(-) delete mode 100644 res/layout/vpn_preference_layout.xml (limited to 'res') 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" > @@ -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" diff --git a/res/layout/vpn_preference_layout.xml b/res/layout/vpn_preference_layout.xml deleted file mode 100644 index fbb18115..00000000 --- a/res/layout/vpn_preference_layout.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3