From bb0fb3cc2a73b5c0023488bb2ed20ecb2a47ebcd Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 21 Sep 2017 01:06:29 +0200 Subject: [PATCH] Changed colors and names for different versions for better differentiation --- app/src/debug/res/values/colors.xml | 6 +++--- app/src/debug/res/values/strings.xml | 3 +++ app/src/main/res/values/colors.xml | 2 +- app/src/main/res/values/strings.xml | 6 ++++-- 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 app/src/debug/res/values/strings.xml diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml index c30aee972..7530360d7 100644 --- a/app/src/debug/res/values/colors.xml +++ b/app/src/debug/res/values/colors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <color name="colorPrimary">#F57C00</color> - <color name="colorPrimaryDark">#E65100</color> - <color name="colorAccent">#afb42b</color> + <color name="colorPrimary">#CA241F</color> + <color name="colorPrimaryDark">#A12521</color> + <color name="colorAccent">#ffaf3b</color> </resources> diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml new file mode 100644 index 000000000..0803e78fb --- /dev/null +++ b/app/src/debug/res/values/strings.xml @@ -0,0 +1,3 @@ +<resources> + <string name="app_name">QuasselTest</string> +</resources> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9e55d323e..3d2127148 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -2,5 +2,5 @@ <resources> <color name="colorPrimary">#0a70c0</color> <color name="colorPrimaryDark">#105a94</color> - <color name="colorAccent">#afb42b</color> + <color name="colorAccent">#ffaf3b</color> </resources> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 771ed5d69..5748b2baf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,8 @@ <resources> - <string name="app_name">QuasselDroidNG Test</string> + <string name="app_name">QuasselDroid</string> + <string name="connection_service">Connection Service</string> <string name="connection_service_description">Keeps a connection to your core to allow for notifications, and to transmit messages.</string> - <string name="crash_text">\"QD-NG has crashed\"</string> + + <string name="crash_text">QD-NG has crashed</string> </resources> -- GitLab