Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active January 21, 2021 19:38
Show Gist options
  • Save akexorcist/735c8804df85da9f37c6c73875e8f6ad to your computer and use it in GitHub Desktop.
Save akexorcist/735c8804df85da9f37c6c73875e8f6ad to your computer and use it in GitHub Desktop.
Build Coupon UI - View implementation
<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