I need to have corner gradient for a button. i.e Light fills from the Bottom left corner upwards.
I tried this way:
<gradient
android:angle="90"
android:startColor="#E60000"
android:centerColor="#800000"
android:endColor="#E60000"
android:type="sweep" />
However It just fills the light from right to left. Could anybody help me out?
Try to give 135 or 225 for angle value
android:angle="135" or android:angle="225"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With