Hii, how to align an imagebutton bottom right.My code is as follows: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center_horizontal" android:background="@drawable/help" > <ImageButton android:id="@+id/done" android:src="@drawable/btn_done" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" />
i am getting my image left side in the bottom but i want the imagebutton right at the bottom! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

