change default accent color, code clean up
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
<string name="primary_color">Primärfarbe</string>
|
||||
<string name="primary_color_desc">Zum Ändern tippen, Standard ist Blaugrün.</string>
|
||||
<string name="accent_color">Akzentfarbe</string>
|
||||
<string name="accent_color_desc">Zum Ändern tippen, Standard ist Indigo.</string>
|
||||
<string name="accent_color_desc">Zum Ändern tippen, Standard ist Hellblau.</string>
|
||||
<string name="show_buffet">Buffet immer anzeigen</string>
|
||||
|
||||
<!-- dialogs -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
<resources>
|
||||
<color name="colorPrimary">#009688</color>
|
||||
<color name="colorPrimaryDark">#009688</color>
|
||||
<color name="colorAccent">#3f51b5</color>
|
||||
<color name="colorAccent">#0096ff</color>
|
||||
<color name="ic_launcher_background">#ffffff</color>
|
||||
|
||||
<!--theme color section, not the working colors-->
|
||||
|
@ -58,7 +58,7 @@
|
||||
<string name="primary_color">Primary color</string>
|
||||
<string name="primary_color_desc">Tap to change, default is teal blue.</string>
|
||||
<string name="accent_color">Accent color</string>
|
||||
<string name="accent_color_desc">Tap to change, default is indigo.</string>
|
||||
<string name="accent_color_desc">Tap to change, default is light blue.</string>
|
||||
<string name="show_buffet">Always show buffet</string>
|
||||
|
||||
<!-- dialogs -->
|
||||
|
Reference in New Issue
Block a user