diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-22 23:52:25 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-22 23:52:25 +0200 |
commit | 4eb3ba653d0a7b5578ded1c4a4ae907b4532b016 (patch) | |
tree | 2fc0986432573666eeddcad009604929b48c9330 /res/layout | |
parent | a961e7203a288be0bd1bc3e5063c9f63aa0f6143 (diff) |
Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 format
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/config_converter.xml | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/res/layout/config_converter.xml b/res/layout/config_converter.xml index 13733fb3..ea60c076 100644 --- a/res/layout/config_converter.xml +++ b/res/layout/config_converter.xml @@ -3,20 +3,26 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > -<CheckBox - android:id="@+id/importpkcs12" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:checked="true" - android:text="@string/importpkcs12fromconfig" - android:visibility="gone" - /> - <ListView - android:id="@android:id/list" - android:layout_width="fill_parent" - android:layout_height="fill_parent" /> - - - </LinearLayout> + <CheckBox + android:id="@+id/importpkcs12" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:checked="true" + android:text="@string/importpkcs12fromconfig" + android:visibility="gone" /> + <CheckBox + android:id="@+id/correcttls" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:checked="true" + android:text="@string/correcttls" + android:visibility="gone" /> + + <ListView + android:id="@android:id/list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" /> + +</LinearLayout>
\ No newline at end of file |