diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-22 22:26:08 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-22 22:26:08 -0700 |
commit | 2bb6e8c9a956c56658807c7f2d25ab850243bbe6 (patch) | |
tree | 9e3a2e318d0503b33d94514836b8a9bc2db8aaa6 /res/layout | |
parent | 613543d9c00e607f25e7f745a60fb4e3ec3b5148 (diff) |
Start rebranding: a whole lotta string replacement, moving src/ file tree
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/basic_settings.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index d37bc37a..d56f6ad5 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -15,7 +15,7 @@ limitations under the License. --> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:blinkt="http://schemas.android.com/apk/res/de.blinkt.openvpn" + xmlns:leap="http://schemas.android.com/apk/res/se.leap.leapclient" android:layout_width="wrap_content" android:layout_height="wrap_content" > @@ -122,11 +122,11 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <se.leap.openvpn.FileSelectLayout android:id="@+id/caselect" android:layout_width="match_parent" android:layout_height="wrap_content" - blinkt:title="@string/ca_title" /> + leap:title="@string/ca_title" /> </LinearLayout> <LinearLayout @@ -136,17 +136,17 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <se.leap.openvpn.FileSelectLayout android:id="@+id/certselect" android:layout_width="match_parent" android:layout_height="wrap_content" - blinkt:title="@string/client_certificate_title" /> + leap:title="@string/client_certificate_title" /> - <de.blinkt.openvpn.FileSelectLayout + <se.leap.openvpn.FileSelectLayout android:id="@+id/keyselect" android:layout_width="match_parent" android:layout_height="wrap_content" - blinkt:title="@string/client_key_title" /> + leap:title="@string/client_key_title" /> <LinearLayout android:id="@+id/key_password_layout" @@ -179,11 +179,11 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <se.leap.openvpn.FileSelectLayout android:id="@+id/pkcs12select" android:layout_width="match_parent" android:layout_height="wrap_content" - blinkt:title="@string/client_pkcs12_title" /> + leap:title="@string/client_pkcs12_title" /> <TextView style="@style/item" |