From 37d1a5380634471b11c828cf265d4a39e818a1c1 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 28 Feb 2014 00:22:56 +0100 Subject: basic pgp support. --- res/layout/fragment_conversation.xml | 1 - res/layout/message_recieved.xml | 1 + res/layout/message_sent.xml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index ad5f34b80..50b9ba3ba 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -84,5 +84,4 @@ android:typeface="monospace"/> - \ No newline at end of file diff --git a/res/layout/message_recieved.xml b/res/layout/message_recieved.xml index bde702aee..2ae830346 100644 --- a/res/layout/message_recieved.xml +++ b/res/layout/message_recieved.xml @@ -24,6 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hi, how are you?" + android:autoLink="all" android:textSize="16sp" android:id="@+id/message_body" android:textColor="#333333"/> diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml index c3136a55e..b553ff622 100644 --- a/res/layout/message_sent.xml +++ b/res/layout/message_sent.xml @@ -26,6 +26,7 @@ android:text="Hi, how are you?" android:textSize="16sp" android:id="@+id/message_body" + android:autoLink="all" android:textColor="#333333"/>