Skip to content

Commit

Permalink
Update the text scaling setting background in accessibility settings
Browse files Browse the repository at this point in the history
Bug: 939912
Change-Id: I3419b8685974b015b83e66879abf881b3a27307e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542685
Reviewed-by: Theresa <twellington@chromium.org>
Reviewed-by: Becky Zhou <huayinz@chromium.org>
Commit-Queue: Sinan Sahin <sinansahin@google.com>
Cr-Commit-Position: refs/heads/master@{#645847}
  • Loading branch information
fsinan authored and Commit Bot committed Mar 29, 2019
1 parent 9cc6934 commit cfe5e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome/android/java/res/layout/preference_text_scale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
android:layout_height="wrap_content"
android:minHeight="180dp"
android:layout_marginTop="10dp"
android:background="#fafafa"
android:background="@color/modern_secondary_color"
android:padding="16dp"
android:text="@string/font_size_preview_text"
android:textAppearance="@style/TextAppearance.AccessibilityTextPreference"
android:lineSpacingExtra="6dp" />

</LinearLayout>
</LinearLayout>
2 changes: 1 addition & 1 deletion ui/android/java/res_night/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
<color name="default_green">@color/default_green_light</color>
<color name="filled_button_bg_color">@color/modern_blue_300</color>
<color name="filled_button_bg_color_disabled">@color/modern_grey_300_alpha_38</color>
</resources>
</resources>

0 comments on commit cfe5e00

Please sign in to comment.