Hi,

Is there any style I can set which will make a set of buttons the same
width (without specifying an explicit size in pixels)? For example:

 <Layout>
  <Button>
  <EditText>
  <Button>
 </Layout>

is there a way to make the two buttons the same width, even though
they may have different text? Right now I'm measuring the larger one
via a measure call and setting the other one to that explicit width,

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

Reply via email to