Add strings & styles.xml

This commit is contained in:
Jannis Mattheis
2018-05-12 20:59:46 +02:00
committed by Jannis Mattheis
parent c1f4514850
commit 90a86df6dd
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Gotify</string>
</resources>

View File

@@ -0,0 +1,8 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
</style>
</resources>