diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-09 11:55:50 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-09 11:55:50 +0100 |
| commit | c4c0f3c887d627b6432551e96009c7aeecd4cdd8 (patch) | |
| tree | 208a7102e9b9a82f66d3d2f89c441fb8f24ab11a /Penguloon/Resources/Values | |
| parent | 1cd8dec6c45c6868e17f3383b558dd30fd7ce05d (diff) | |
Add project files.
Diffstat (limited to 'Penguloon/Resources/Values')
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 5 | ||||
| -rw-r--r-- | Penguloon/Resources/Values/Styles.xml | 7 |
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> |
