Transform wallpaper color scheme into Material You compat color scheme on Android 8.1 – 11
and make it the default on these platforms
This commit is contained in:
@@ -15,7 +15,6 @@ message Settings {
|
||||
enum ColorScheme {
|
||||
Default = 0;
|
||||
BlackAndWhite = 1;
|
||||
Wallpaper = 2;
|
||||
}
|
||||
ColorScheme color_scheme = 6;
|
||||
bool dim_wallpaper = 7;
|
||||
|
||||
Reference in New Issue
Block a user