浏览代码

Merge pull request #1466 from nextcloud/feature/1243/make-links-clickable-in-conversation-description

Make links clickable in conversation description
Tim Krueger 3 年之前
父节点
当前提交
130e82c3dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/res/layout/controller_conversation_info.xml

+ 1 - 0
app/src/main/res/layout/controller_conversation_info.xml

@@ -99,6 +99,7 @@
                     android:layout_centerHorizontal="true"
                     android:layout_margin="@dimen/standard_margin"
                     android:layout_marginTop="@dimen/margin_between_elements"
+                    android:autoLink="web"
                     tools:text="Hello world!" />
             </com.yarolegovich.mp.MaterialPreferenceCategory>