Skip to content

Commit f2ef006

Browse files
committed
Make links clickable and text selectable inside comment text fields
1 parent 59689f4 commit f2ef006

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/res/layout/comment.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
android:id="@+id/commentTextView"
3838
android:layout_width="match_parent"
3939
android:layout_height="wrap_content"
40-
android:textSize="14sp"/>
40+
android:textSize="14sp"
41+
android:autoLink="web|email|map"
42+
android:textIsSelectable="true"/>
4143

42-
</LinearLayout>
44+
</LinearLayout>

0 commit comments

Comments
 (0)