From e5035a9c4b7cc82b8329104c43ca8ed41d3709ff Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Mon, 29 Jun 2015 17:20:37 -0700 Subject: [PATCH] Make incoming links the same color as the rest of the text. // FREEBIE --- res/layout/conversation_item_received.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/conversation_item_received.xml b/res/layout/conversation_item_received.xml index e9b60e85c0..39bb63dbdd 100644 --- a/res/layout/conversation_item_received.xml +++ b/res/layout/conversation_item_received.xml @@ -67,6 +67,7 @@ android:paddingRight="4dp" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?conversation_item_received_text_primary_color" + android:textColorLink="?conversation_item_received_text_primary_color" android:textSize="16sp" android:autoLink="all" android:linksClickable="true" />