aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-29 22:34:45 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-29 22:34:45 +0200
commit70477c9fc9c6c6df45d2b921d920ec4070535bb4 (patch)
tree9e53c29f86894cb46a7e79c523b26f839192153b /src/main/res
parentdda1f862f0d96571e1353e4deefe10bb57a7d269 (diff)
linkify subject + open xmpp directly w/o going through start conv activity
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/activity_muc_details.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 015cc2a44..7dc1ae3e6 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -63,6 +63,7 @@
android:layout_alignParentLeft="true"
android:layout_below="@+id/muc_title"
android:layout_toLeftOf="@+id/edit_muc_name_button"
+ android:autoLink="web"
android:textAppearance="@style/TextAppearance.Conversations.Subhead" />
<TextView