[android-developers] Re: Shape drawing - issue with corners

2011-01-25 Thread Smiley
Perfect ! thanks that solved it. On Jan 25, 3:30 pm, Kostya Vasilyev wrote: > Lior, > > Apparently, something like this works a little better: > > android:topLeftRadius="15dp" > android:topRightRadius="15dp" > android:bottomRightRadius="0.1dp" > android:bottomLeftRadius="0.1dp" /> > > -- Kostya

[android-developers] Re: Shape drawing - issue with corners

2011-01-25 Thread Henrik Lindqvist
The docs say you should do the following if you only want some corners rounded: Never got that it work tho. On Jan 25, 2:30 pm, Kostya Vasilyev wrote: > Lior, > > Apparently, something like this works a little better: > > android:topLeftRadius="15dp" > android:topRightRadius="15dp" > android