Hi I cant get my link clickable. What is it I'm doing wrong? The >This app< is blue and underlined but not clickable.
<string name="footer"><a href="http://google.com">This app</a> is cool</string>
this is my string in XML
<TextView
    style="@style/ContentGroupTitle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:gravity="center"
    android:autoLink="web" 
    android:text="@string/footer" />
 
     
     
     
    