This commit is contained in:
Amine Bou
2017-12-17 20:40:14 +01:00
parent 9559af3637
commit 5e7897bcf4
4 changed files with 26 additions and 16 deletions

View File

@ -11,4 +11,9 @@
<color name="refresh_progress_2">@color/colorAccent</color>
<color name="refresh_progress_3">@color/pink</color>
<color name="background_grey">#FFe4e4e4</color>
<color name="dark_webview">#FF303030</color>
<color name="dark_webview_text">@color/md_white_1000</color>
<color name="light_webview">@color/md_grey_50</color>
<color name="light_webview_text">@color/md_grey_900</color>
</resources>