How to add Button to the Buttom of Layout

Use Relativ layout and add the button with this attributes
<Button android:id="@+id/button1" android:layout_width="match_parent" android:layout_height="46dp" android:text="Load" android:layout_alignParentBottom="true" />
The ParentBotton "true" allocate at to the bottom of the layout.

Comments

Popular posts from this blog

Thread in Android

Android Age Calculator

How to Open Multiple apps in mobile it same time: multitasking feature in mobile