From 5d3c14a10f9710b5bba76886af0b8d3e9d965ea7 Mon Sep 17 00:00:00 2001 From: Yuri Lin Date: Wed, 22 Dec 2021 12:47:17 -0500 Subject: [PATCH] Set the default drawable color on a button to the same color as the text. The previous state seems to default the drawable color to the same as outside-of-button text color, which is both inconsistent and somewhat unreadable. Test: manual Bug: 190180868 Change-Id: I592b05cc3cad5a4d10b2adeaecb3feeaa72e7bc5 --- core/res/res/values/styles_device_defaults.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/values/styles_device_defaults.xml b/core/res/res/values/styles_device_defaults.xml index ad0d0e07be1e0..d8111ea5d8ba8 100644 --- a/core/res/res/values/styles_device_defaults.xml +++ b/core/res/res/values/styles_device_defaults.xml @@ -42,6 +42,7 @@ easier. @color/btn_colored_background_material ?attr/textAppearanceButton @color/btn_colored_text_material + @color/btn_colored_text_material