Make URLSpans the same color as regular text in the clipboard overlay

URLSpan link colors are defaulted to invisible, so copying certain
types of text (e.g. emails in Gmail) makes them not show up.

Bug: 238715583
Fix: 238715583
Test: manual, copied the email links in gmail (as in the screenshot
in the bug) and verified that they were visible

Change-Id: I0c74849289ff18146490054eea7a3c9ddc5efc9c
This commit is contained in:
Miranda Kephart
2022-07-19 13:30:14 -04:00
parent d238f79f92
commit fd1a98ce33

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"/>