Merge "Make URLSpans the same color as regular text in the clipboard overlay" into tm-qpr-dev am: 3fce0b0313 am: 0d87fbe299

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19340578

Change-Id: Icce374804797ce4e84d8b4d18e1aac42c620d561
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Miranda Kephart
2022-07-21 03:29:40 +00:00
committed by Automerger Merge Worker

View File

@@ -115,6 +115,7 @@
android:autoSizeMinTextSize="@dimen/clipboard_overlay_min_font"
android:autoSizeMaxTextSize="@dimen/clipboard_overlay_max_font"
android:textColor="?attr/overlayButtonTextColor"
android:textColorLink="?attr/overlayButtonTextColor"
android:background="?androidprv:attr/colorAccentSecondary"
android:layout_width="@dimen/clipboard_preview_size"
android:layout_height="@dimen/clipboard_preview_size"/>