diff options
| author | Beth Thibodeau <ethibodeau@google.com> | 2019-03-01 11:33:40 -0500 |
|---|---|---|
| committer | Beth Thibodeau <ethibodeau@google.com> | 2019-03-04 12:31:28 -0500 |
| commit | 5ce3352b847be69e945759ee52fea25949b7b625 (patch) | |
| tree | 30cfa092f29efc3a0a951a89ce04aa28045a2871 /res | |
| parent | 4d4bffda757f7d269989ec8b70d7ddbda5dcba33 (diff) | |
| download | android_packages_apps_WallpaperPicker2-5ce3352b847be69e945759ee52fea25949b7b625.tar.gz android_packages_apps_WallpaperPicker2-5ce3352b847be69e945759ee52fea25949b7b625.tar.bz2 android_packages_apps_WallpaperPicker2-5ce3352b847be69e945759ee52fea25949b7b625.zip | |
Update background color
Fixes: 126806191
Change-Id: I97975d24b814d799cef20a2943a24446b7536ea0
Diffstat (limited to 'res')
| -rwxr-xr-x | res/values-notnight-v26/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-notnight-v26/colors.xml b/res/values-notnight-v26/colors.xml index b66619a..5283cc6 100755 --- a/res/values-notnight-v26/colors.xml +++ b/res/values-notnight-v26/colors.xml @@ -15,7 +15,7 @@ --> <resources> <color name="primary_color">#ffffff</color> - <color name="secondary_color">#eeeeee</color> + <color name="secondary_color">#f8f9fa</color> <color name="accent_color">@color/material_googblue500</color> <color name="status_bar_color">@color/secondary_color</color> |
