If you declared EditText in xml file you can change by
<EditText android:layout_width="50px"
          android:layout_height="50px">
</EditText>
  where you can use any nuber instead of 50

On Apr 22, 12:32 am, dillipk <[email protected]> wrote:
> Hi,
>   How do I change the size of the controls placed in a layout? (by any
> method)
>
>  I tried to change the height of an EditBox ->setHeight(10); doesn't
> seem to work.
>
> Thank you,
>
> -DK
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
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

Reply via email to