Hey,
I am trying to change text on the main.xml file: android:text=" Any text here", but it is not reflecting on the
emulator display. Instead, the text in the tv.setTextView(" Text" ); in the .java file gets displayed.
Can anyone suggest a resolve for this?
Thanks!


