< RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
< Button android:text="Previous"
android:layout_height="wrap_content"
android:id="@+id/MeasurePrev"
android:layout_alignParentBottom="true"
android:layout_width="wrap_content">
< / Button>
< / RelativeLayout >
Can anyone tell me how can i do this using Java code or in activity class? I do not know how to set android:layout_alignParentBottom="true". I want to implement whole view via java code.