diff options
Diffstat (limited to 'remoteExample/src/main/res/values')
-rw-r--r-- | remoteExample/src/main/res/values/dimens.xml | 5 | ||||
-rw-r--r-- | remoteExample/src/main/res/values/strings.xml | 5 | ||||
-rw-r--r-- | remoteExample/src/main/res/values/styles.xml | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/values/dimens.xml b/remoteExample/src/main/res/values/dimens.xml index a0171a70..629fa2ea 100644 --- a/remoteExample/src/main/res/values/dimens.xml +++ b/remoteExample/src/main/res/values/dimens.xml @@ -1,3 +1,8 @@ +<!-- + ~ Copyright (c) 2012-2017 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml index 49d4978d..30e05648 100644 --- a/remoteExample/src/main/res/values/strings.xml +++ b/remoteExample/src/main/res/values/strings.xml @@ -1,4 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2012-2017 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + <resources> <string name="app_name">OpenVPN Remote</string> diff --git a/remoteExample/src/main/res/values/styles.xml b/remoteExample/src/main/res/values/styles.xml index ff6c9d2c..746cf3dd 100644 --- a/remoteExample/src/main/res/values/styles.xml +++ b/remoteExample/src/main/res/values/styles.xml @@ -1,3 +1,8 @@ +<!-- + ~ Copyright (c) 2012-2017 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> + <resources> <!-- Base application theme. --> |