Added autolink for relevant links.

This commit is contained in:
RyanBateman 2012-10-04 16:28:44 -04:00
parent cbbb899565
commit e12d7ed70d
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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" />