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>
<!-- Colors from Palette -->
<color name="primary">#608b6f</color>
<color name="primary_dark">#607d8b</color>
<color name="accent">#B89D92</color>
<color name="primary">#608b6f</color> <!-- #607d8b -->
<color name="primary_dark">#608b6f</color> <!-- #607d8b -->
<color name="accent">#8b685b</color> <!-- #4CAF50 -->
<!-- End colors from Palette -->
<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__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>
</resources>