Hy!!
I want to have a button at the button and centered on the view in a linearlayout.
non working example:
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" android:id="@+id/login_btnew" android:text="Make a new Account"></Button>
Solution?
Thanks
You may want to try the following
RelativeLayout