forked from penguin86/luna-tracker
Icon and refinements
This commit is contained in:
4
app/src/main/res/values/ic_launcher_background.xml
Normal file
4
app/src/main/res/values/ic_launcher_background.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#FFE68F</color>
|
||||
</resources>
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">🌜 LunaTracker 🌛</string>
|
||||
<string name="app_name">LunaTracker</string>
|
||||
<string name="title">🌜 LunaTracker 🌛</string>
|
||||
<string name="log_an_event">Logga un evento:</string>
|
||||
<string name="logbook">Diario di bordo</string>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.LunaTracker" parent="Theme.AppCompat" />
|
||||
<style name="Theme.LunaTracker" parent="Theme.AppCompat.NoActionBar" />
|
||||
</resources>
|
Reference in New Issue
Block a user