summaryrefslogtreecommitdiff
path: root/AndroidClient/app/src/main/res/values
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-12-25 13:38:31 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-12-25 13:38:31 +0100
commit76edd6c448c55c4f9bcf37509ec372149c966993 (patch)
treec4eed3c1ecb40987cbe2b77df47b2e6e23c71494 /AndroidClient/app/src/main/res/values
downloadweather-snowman-76edd6c448c55c4f9bcf37509ec372149c966993.tar.gz
weather-snowman-76edd6c448c55c4f9bcf37509ec372149c966993.zip
first commit
Diffstat (limited to 'AndroidClient/app/src/main/res/values')
-rw-r--r--AndroidClient/app/src/main/res/values/strings.xml3
-rw-r--r--AndroidClient/app/src/main/res/values/styles.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/AndroidClient/app/src/main/res/values/strings.xml b/AndroidClient/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..0727d11
--- /dev/null
+++ b/AndroidClient/app/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="app_name">Snowman</string>
+</resources>
diff --git a/AndroidClient/app/src/main/res/values/styles.xml b/AndroidClient/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..69a8ed9
--- /dev/null
+++ b/AndroidClient/app/src/main/res/values/styles.xml
@@ -0,0 +1,7 @@
+<resources>
+
+ <!-- Base application theme. -->
+ <style name="AppTheme" parent="@android:style/Theme.Holo.Light">
+ </style>
+
+</resources>