[Android] Make the link clickable (easiest version)
    Ludovic Fauvet 
    git at videolan.org
       
    Mon Jun 25 10:51:53 CEST 2012
    
    
  
android | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Jun 25 10:50:50 2012 +0200| [26b1596167a3bec3cf7ef04aa9a6de959f1a7627] | committer: Ludovic Fauvet
Make the link clickable (easiest version)
Thanks XilasZ.
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=26b1596167a3bec3cf7ef04aa9a6de959f1a7627
---
 vlc-android/res/layout/about_main.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index 560b942..dd21834 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -88,6 +88,7 @@
         android:gravity="center"
         android:text="@string/about_link"
         android:textColor="@android:color/black"
-        android:textSize="16sp" />
+        android:textSize="16sp"
+        android:autoLink="web" />
 
 </LinearLayout>
\ No newline at end of file
    
    
More information about the Android
mailing list