mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
tr fix
This commit is contained in:
parent
1a0e295aeb
commit
b4c0797155
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue