Hello, Android does not work with %, mas you can get something like this using LinearLayout and
android:layout_weight="1" The wieght value can be greater than 1 for some textview and lower to another. From: http://developer.android.com/resources/tutorials/views/hello-linearlayout.html Good luck. 2011/11/7 Akhil <[email protected]> > Hi, > > I am showing 3 textview within a listview. I want to have first > Texeview to use 80% of screen width and remaining two to have 10% > each. Is there is a way to achieve this ? > > > > Regards > Akhil Bansal > > -- > 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 -- Júlio Cesar Bueno Cotta Bacharel em Ciência da Computação pela UFV Mestrando em Ciência da Computação pela UFABC -- 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

