medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

Add capability to make radius on selected position (ex : bottomLeftRadius and bottomRightRadius) #85

Closed wafda closed 6 years ago

wafda commented 7 years ago

Could you please add capability to put radius in specific position?

screen shot 2017-05-22 at 3 47 22 pm screen shot 2017-05-22 at 3 46 42 pm
medyo commented 7 years ago

Hi @wafda,

This option isn't available, if your project depends heavily on it, feel free to make a new pull request. Here is the way to do it: https://developer.android.com/reference/android/graphics/drawable/GradientDrawable.html#setCornerRadii(float[])

Thank you