I\'m trying to add a textView to a frameLayout. The TextView has wrap_content properties, so it grows when the text grows
textView
frameLayout
TextView
wrap_content
you can try it by set the gravity of text use it like-
textview.setGravity(Gravity.center);
othervise by xml set gravity to center so it will display you in center and if you'll use centerinparents so it will always apperas at the center of screen.
xml
centerinparents