summaryrefslogtreecommitdiff
path: root/res/layout/vpn_preference_layout.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-27 23:24:49 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-27 23:24:49 +0200
commit6f74ca80d395542ae92e7e9eb97af11aa4c706bd (patch)
tree8506351e5a3e9904c70c881b1d13b2a1d1030383 /res/layout/vpn_preference_layout.xml
parenta9bd49391b200d24515f8da54d2e69d589da721a (diff)
it is not getIntent() nor savedState nor other fancy stuff, getArgument() is what I want
Diffstat (limited to 'res/layout/vpn_preference_layout.xml')
-rw-r--r--res/layout/vpn_preference_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/vpn_preference_layout.xml b/res/layout/vpn_preference_layout.xml
index 15fc91ab..fbb18115 100644
--- a/res/layout/vpn_preference_layout.xml
+++ b/res/layout/vpn_preference_layout.xml
@@ -22,7 +22,7 @@
android:minHeight="?android:attr/listPreferredItemHeight" >
<LinearLayout
- android:id="@+id/inputmethod_pref"
+ android:id="@+id/vpnconfig_pref"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"