summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-05 02:33:46 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-05 02:33:46 +0200
commite4f201e9c75e40e5d743bd1f9a9e6d21bb79ebbe (patch)
treedbdc0c533357f871745a40b9304993a46c10142e /res/layout
parent17c883cbcc92b0bd19909ae676e5c7fa83d39de5 (diff)
Version 0.4.7 with more route checking and fix of the tmp-dir bug :(
closes issue #6
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/basic_settings.xml1
-rw-r--r--res/layout/vpn_list_item.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml
index e19ec148..6d4b8cc1 100644
--- a/res/layout/basic_settings.xml
+++ b/res/layout/basic_settings.xml
@@ -168,7 +168,6 @@
android:layout_marginLeft="8dip"
android:layout_marginRight="8dip"
android:hint="@string/pw_query_hint"
-
android:inputType="textPassword" />
</LinearLayout>
diff --git a/res/layout/vpn_list_item.xml b/res/layout/vpn_list_item.xml
index 75da3cf5..16d7d5bd 100644
--- a/res/layout/vpn_list_item.xml
+++ b/res/layout/vpn_list_item.xml
@@ -23,7 +23,7 @@
<LinearLayout
android:id="@+id/vpn_list_item_left"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"