Replaced the custom implementation with the new color chooser dialog from material dialogs.
This commit is contained in:
parent
2849346fff
commit
a8570a1139
6 changed files with 21 additions and 688 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue