For some reason after I made textviews clickable and have autolink set to web it still doesn't open a browser. Do I need to use an event listener then handle it that way? Or is it something simple that I am overlooking? I'll start by posting the textview XML code :
<TextView
android:id="@+id/textView6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.11"
android:autoLink="web"
android:background="@drawable/back"
android:clickable="true"
android:gravity="center"
android:text="Large Text"
android:textAppearance="?android:attr/textAppearanceLarge" />