1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Changing alert dialog buttons to default accent colour as orange denotes caution.

See https://www.google.com/design/spec/components/dialogs.html#dialogs-specs
This commit is contained in:
George Venios 2015-09-01 18:46:49 +03:00 committed by George Venios
parent 7bbd9fcd82
commit 455859700e

View file

@ -34,7 +34,7 @@
<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="colorAccent">@color/accent</item>
<item name="colorControlActivated">@color/accent</item>
</style>
<!-- ActionBar themes -->