Commit 7dffadfc authored by Natalie Chouinard's avatar Natalie Chouinard Committed by Commit Bot

[Snowflake] Update Preference title text style

Update the Preference title text style to use the Clank standard
typography. The text size is the same, but there is a very slight color
correction with this change (from #DE000000 to #202124).

Bug: 1077340
Change-Id: I776f7d5820b2798f5295cc5869a9d105d2f92176
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2180852Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Natalie Chouinard <chouinard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766544}
parent e11838b2
106c4fea8adbc6173110d6581722c8dfccc1ecc5
\ No newline at end of file
d7d4886e77c6dd5cda37d353c47ae06d6a7c2d45
\ No newline at end of file
d713d5ce29c65b1156fc46beffb07ccfd34c29f8
\ No newline at end of file
6828aad74f2e361af550cbe12771fe048a43cb4e
\ No newline at end of file
......@@ -19,11 +19,10 @@
<item name="android:paddingStart">16dp</item>
</style>
<!-- TODO(crbug.com/1077340): Verify if these text styles are up to date with UX. -->
<style name="PreferenceTitle">
<item name="android:ellipsize">end</item>
<item name="android:singleLine">true</item>
<item name="android:textAppearance">?android:attr/textAppearanceListItem</item>
<item name="android:textAppearance">@style/TextAppearance.TextLarge.Primary</item>
</style>
<style name="PreferenceSummary">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment