1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Changed accent colours in app and dialogs.

This commit is contained in:
George Venios 2015-09-09 00:41:34 +01:00
parent 16fa82179d
commit 7629ddbdcd
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<color name="primary">#03A9F4</color>
<color name="primary_dark">#0288D1</color>
<color name="primary_light">#B3E5FC</color>
<color name="accent">#FF9100</color>
<color name="accent">#FFC107</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#1F000000</color>

View file

@ -33,9 +33,7 @@
<eat-comment/>
<style name="Theme.Syncthing.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorControlActivated">@color/accent</item>
<item name="colorAccent">@color/primary_dark</item>
</style>
<!-- Toolbar themes -->