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

@ -122,7 +122,7 @@ public final class PreferenceUtil {
}
public int getThemeColorAccent(Context context) {
return mPreferences.getInt("accent_color", ContextCompat.getColor(context, R.color.pink_A200));
return mPreferences.getInt("accent_color", ContextCompat.getColor(context, R.color.pink_A400));
}
@SuppressLint("CommitPrefEdits")