I\'m having a hard time getting two text views to appear on top of each other in my java code. Here\'s the code I\'m experimenting with:
/** Called when the
you can use xml layout for this :
in relative layout u set the first textview and assign it some id fot the next text view we can assign parameter android:layout_below="id of above text view" in this way we get 2nd text view below 1st text view