The button is centered properly, most likely. However, the button background may have some whitespace at the bottom. Check the button background images in the SDK.
On Sat, Sep 17, 2011 at 1:48 PM, giles ian <gilesian....@gmail.com> wrote: > Has nobody faced this problem ?? i checked the images in android sdk .. the > button is slightly upwards .. any solution/workaround ?? > > On Sat, Sep 17, 2011 at 10:44 AM, giles ian <gilesian....@gmail.com>wrote: > >> >> There is some space at bottom of the bottom. Its not centered vertically >> properly even after using android:layout_centerVertical="true". If u look >> very closely the button is occupying all space vertically (lite shade of >> green around button after selection) but the actual button image is slightly >> upwards. >> >> >> [image: issue1.JPG] >> >> emulator: >> [image: issue2.JPG] >> >> <RelativeLayout android:background="@drawable/gradient_bar" >> android:id="@+id/image_bar_bottom" android:layout_height="0dip" >> android:layout_width="fill_parent" android:layout_weight="1"> >> >> <Button android:text="Button" android:id="@+id/button1" >> android:layout_width="wrap_content" android:layout_height="fill_parent" >> android:layout_centerHorizontal="true" >> android:layout_centerVertical="true"></Button> >> >> </RelativeLayout> >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in Oslo: http://bit.ly/fjBo24 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
<<issue2.JPG>>
<<issue1.JPG>>