feat(android): add strings and themes resources
This commit is contained in:
parent
74d084ba77
commit
4b1e969039
7
android/app/src/main/res/values/strings.xml
Normal file
7
android/app/src/main/res/values/strings.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">ChronoMind</string>
|
||||||
|
<string name="widget_small_description">Next timer countdown</string>
|
||||||
|
<string name="widget_medium_description">Next 3 timers</string>
|
||||||
|
<string name="widget_large_description">Mini timeline</string>
|
||||||
|
</resources>
|
||||||
8
android/app/src/main/res/values/themes.xml
Normal file
8
android/app/src/main/res/values/themes.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<style name="Theme.ChronoMind" parent="android:Theme.Material.NoActionBar">
|
||||||
|
<item name="android:statusBarColor">#FF0A0A0F</item>
|
||||||
|
<item name="android:navigationBarColor">#FF14141F</item>
|
||||||
|
<item name="android:windowBackground">#FF0A0A0F</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
||||||
Loading…
Reference in New Issue
Block a user