1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 12:22:08 +01:00
This commit is contained in:
Gregor Santner 2016-08-02 23:06:10 +02:00
parent 1a0e295aeb
commit b4c0797155
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@
<color name="colorAccent">@color/accent</color> <color name="colorAccent">@color/accent</color>
<!-- Colors from Palette --> <!-- Colors from Palette -->
<color name="primary">#608b6f</color> <color name="primary">#608b6f</color> <!-- #607d8b -->
<color name="primary_dark">#607d8b</color> <color name="primary_dark">#608b6f</color> <!-- #607d8b -->
<color name="accent">#B89D92</color> <color name="accent">#8b685b</color> <!-- #4CAF50 -->
<!-- End colors from Palette --> <!-- End colors from Palette -->
<color name="fab_big">@color/accent</color> <color name="fab_big">@color/accent</color>

View file

@ -78,7 +78,7 @@
<string name="pref_desc__clear_cache">Clear WebView cache</string> <string name="pref_desc__clear_cache">Clear WebView cache</string>
<string name="pref_desc__intellihide_toolbars" translatable="false">Hide top and bottom toolbars automatically while scrolling</string> <string name="pref_desc__intellihide_toolbars">Hide top and bottom toolbars automatically while scrolling</string>
<string name="pref_title__intellihide_toolbars">Intellihide Toolbars</string> <string name="pref_title__intellihide_toolbars">Intellihide Toolbars</string>
</resources> </resources>