PDA

View Full Version : Making a text link in Eclipse?



Young Gun
09-01-2011, 03:33 PM
I'm working in Eclipse, and in the XML editor, how do I make text into a text link? (So I click on text, as apposed to a button, and it opens another part of my app.)
NOTE: I don't want it to go to a web page!
This the XML code for the text at the moment:

<TextView android:textAppearance="?android:attr/textAppearanceSmall" android:layout_height="wrap_content" android:text="Not a member? Sign up today!" android:layout_width="wrap_content" android:id="@+id/textView2"></TextView>