Revise homepage colors

- Increase the contrast ratio of the search bar
- Adjust the color of IA icons

Test: visual
Fixes: 179632631
Change-Id: I9b4fc4d671183929d4b2fed27cba8600d56cc74c
This commit is contained in:
Jason Chiu
2021-06-02 18:14:20 +08:00
parent 7bebe57631
commit 263d1e2c82
4 changed files with 9 additions and 6 deletions

View File

@@ -1220,7 +1220,7 @@ public final class Utils extends com.android.settingslib.Utils {
*/
@ColorInt
public static int getHomepageIconColor(Context context) {
return getColorAttrDefaultColor(context, android.R.attr.textColorPrimary);
return getColorAttrDefaultColor(context, android.R.attr.textColorSecondary);
}
public static boolean isProviderModelEnabled(Context context) {