diff options
author | Parménides GV <parmegv@sdf.org> | 2013-10-10 16:58:58 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-10-10 16:58:58 +0200 |
commit | a2a38163202e53eea1328d7c20ec0e94b33f2fc6 (patch) | |
tree | f1acbdaa6403e6230c881d430099d6f841dcc705 /res/layout | |
parent | 04fedee9f6be1e3e46a8c91c9a39343513cc6fe1 (diff) |
Refactored leapclient to bitmaskclient.
I do not change the company (se.leap).
All references within strings.xml point to "bitmask" instead of to "leap".
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 b71ae664..542de365 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:leap="http://schemas.android.com/apk/res/se.leap.leapclient" + xmlns:leap="http://schemas.android.com/apk/res/se.leap.bitmaskclient" android:layout_width="wrap_content" android:layout_height="wrap_content" > |