Showing posts with label android-textview. Show all posts
Showing posts with label android-textview. Show all posts

Friday, June 8, 2012

How do I make links in a TextView clickable?


I have the following TextView defined:




<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/txtCredits"
android:autoLink="web" android:id="@+id/infoTxtCredits"
android:layout_centerInParent="true"
android:linksClickable="true"></TextView>

Wednesday, January 18, 2012

Custom Font, No Support for setFakeBold/TextSkewX


We use a TextView with a custom font. There are a lot of Spans with normal ASCII letters mixed with our custom symbols. Some text are bold or italic.