mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Added autolink for relevant links.
This commit is contained in:
parent
cbbb899565
commit
e12d7ed70d
2 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
android:layout_below="@id/comment_shareddate"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:autoLink="web"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_toRightOf="@id/comment_user_image"
|
||||
android:textColor="@color/darkgray"
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
android:layout_below="@id/reply_shareddate"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:autoLink="web"
|
||||
android:layout_toRightOf="@id/reply_user_image"
|
||||
android:textColor="@color/darkgray"
|
||||
android:textSize="14dp" />
|
||||
|
|
Loading…
Add table
Reference in a new issue