I have a FrameLayout in which I have 2 controls: - a custom view which draws a image and some text on it - a textview with a text
I want to center both in the FrameLayo
You can center any number of child in a FrameLayout.
FrameLayout
So the key is adding android:layout_gravity="center"in the child views.
adding android:layout_gravity="center"in the child views.
android:layout_gravity="center"
I centered a CustomView and a TextView on a FrameLayout like this
Code:
Result: