Last active
January 21, 2021 19:38
-
-
Save akexorcist/735c8804df85da9f37c6c73875e8f6ad to your computer and use it in GitHub Desktop.
Build Coupon UI - View implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<LinearLayout> | |
<com.lmwn.library.ui.CouponLayout | |
android:layout_width="300dp" | |
android:layout_height="200dp" | |
app:coupon_backgroundColor="#EEEEEE" | |
app:coupon_borderColor="#20000000" | |
app:coupon_borderWidth="4dp" | |
app:coupon_cornerDirection="top" | |
app:coupon_cornerRadius="16dp" | |
app:coupon_semiCircleDirection="horizontal" | |
app:coupon_semiCircleRadius="16dp" /> | |
<!-- More views --> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment