Explorar o código

Make links clickable in conversation description

Set attribute 'andorid:autoLink' to 'web' for converting all web links
to clickable links.

Resolves: #1243

Signed-off-by: Tim Krüger <t@timkrueger.me>
Tim Krüger %!s(int64=4) %!d(string=hai) anos
pai
achega
93d037dc26
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>