x1 = area_width - ((corner_radius * 2) + (border_width / 2))
y1 = border_width / 2
x2 = area_width - (border_width / 2)
y2 = (corner_radius * 2) + (border_width / 2)
Last active
January 28, 2021 07:32
-
-
Save akexorcist/391c99c3938101695699030bd8872940 to your computer and use it in GitHub Desktop.
Build Coupon UI - Top right corner area formula (https://medium.com/@akexorcist/how-we-built-developer-friendly-coupon-ui-in-android-part-2-78933730d335)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment