diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-09-26 14:45:19 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-09-26 14:45:19 +0200 |
commit | c81d2cfaa97ecc12a5854dfe50db551ff85011bb (patch) | |
tree | 83b014f052b775507675b3a652f36395e7f2e950 /res/layout | |
parent | ba0cb69e23e3ce1922d56004d6a5b743effd3c1d (diff) |
Use auto schema instead of de.blinkt (closes issue #203)
--HG--
extra : rebase_source : 75f8ec5cfb1509dec769034007d5e1733f7aa701
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/basic_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index 3b1c48c2..25175876 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:blinkt="http://schemas.android.com/apk/res/de.blinkt.openvpn" + xmlns:blinkt="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" > |