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
Add android:layout_gravity="center" in your frame layout
android:layout_gravity="center"