summaryrefslogtreecommitdiff
path: root/Penguloon/Resources/Values
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Resources/Values')
-rw-r--r--Penguloon/Resources/Values/Strings.xml5
-rw-r--r--Penguloon/Resources/Values/Styles.xml7
2 files changed, 12 insertions, 0 deletions
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml
new file mode 100644
index 0000000..01bbd6d
--- /dev/null
+++ b/Penguloon/Resources/Values/Strings.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="Hello">Hello World, Click Me!</string>
+ <string name="ApplicationName">Penguloon</string>
+</resources>
diff --git a/Penguloon/Resources/Values/Styles.xml b/Penguloon/Resources/Values/Styles.xml
new file mode 100644
index 0000000..5102134
--- /dev/null
+++ b/Penguloon/Resources/Values/Styles.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="Theme.Splash" parent="android:Theme">
+ <item name="android:windowBackground">@drawable/splash</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+</resources>