Replaced the custom implementation with the new color chooser dialog from material dialogs.

This commit is contained in:
Karim Abou Zeid 2015-10-18 18:12:34 +02:00
commit a8570a1139
6 changed files with 21 additions and 688 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="pink_A200">#ff4081</color>
<color name="indigo_500">#3f51b5</color>
<color name="pink_A400">#F50057</color>
<color name="indigo_500">#3F51B5</color>
<color name="grey_700">#616161</color>
<color name="grey_900">#212121</color>