I\'m trying to center a button in relative layout, is this possible? I\'ve tried the Gravity and Orientation functions but they don\'t do anything.
you must have aligned it to left or right of parent view
don't use any of these when using android:centerInParent="true" codes:-
android:centerInParent="true"
android:layout_alignParentLeft="true"
android:layout_alignRight=""
etc.