Hi, It's depends on which layout you are putting all these objects. If you set your layout height properly (i.e. layout_height = 'wrap_content') then you can easily change your object height.
On Mon, Apr 18, 2011 at 8:40 AM, ecforu <[email protected]> wrote: > I can't figure out how to change the height of an EditBox or a Button. > > I have tried setting android:layout_height as well as android:height for > both and have gotten mixed results but not the result I am looking for. > > android:layout_height only seems to cut the widget in half as if the size > of the widget didn't actually change only the displayed portion of it (i.e. > its clipped) > > android:height does nothing for me. > > Are the height's of these objects constants? Is there another xml > parameter that can be set to change the height of these widgets? > > Thanks > > -- > 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 -- Regards, Rajesh Rathod Sr. Software Engineer, Ahmedabad, India. -- 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

