summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorJon Spivack <spivack@google.com>2021-08-18 12:08:38 -0700
committerJon Spivack <spivack@google.com>2021-08-18 12:08:38 -0700
commita7cf89f9680dc8496393b27836777cca7bab8a43 (patch)
tree99203da46c7449e746ba7f1fd335ed1ebe11afd9 /go
parent7d638e6a8a9f3752ef5f0dded829c638b7aa5a76 (diff)
downloadLauncher3-a7cf89f9680dc8496393b27836777cca7bab8a43.tar.gz
NIU Actions: Update text color in dialogs
textColorSecondary was deemed too similar to the dialog headers, so we're switching to textColorTertiary instead. Bug: 194458828 Test: Manual (looked at updated dialogs on Wembley) Change-Id: I2e4f5c48da35ca21d01c25e279ff9c2f6b5a5107
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/quickstep/res/values/styles.xml b/go/quickstep/res/values/styles.xml
index 442c41375d..c659331bde 100644
--- a/go/quickstep/res/values/styles.xml
+++ b/go/quickstep/res/values/styles.xml
@@ -73,7 +73,7 @@
<style name="ModalDialogText">
<item name="android:fontFamily">sans-serif-medium</item>
<item name="android:textSize">16sp</item>
- <item name="android:textColor">?android:attr/textColorSecondary</item>
+ <item name="android:textColor">?android:attr/textColorTertiary</item>
<item name="android:lineHeight">24dp</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>