Coder Social home page Coder Social logo

coupondemo's Introduction

Screenshot

screenshot

Usage

高度是根据宽按一定比例自适应的,所以layout_height只需要wrap_content就行了,指定任何值都会忽略;左边的渐变颜色是从左向右渐变;其他没啥,就是一些动态计算,直接在xml里面配置:

<cn.shiguiyou.coupon.CouponView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:bevelText="满减券"
        app:discount="5"
        app:leftCondition="满20元可用" />

<cn.shiguiyou.coupon.CouponView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="16dp"
        app:bevelText="立减券"
        app:discount="20"
        app:gradientFrom="#6fdfd0"
        app:gradientTo="#3cbca3"
        app:mainTitle="优惠券"
        app:subTitle="只可用于xx业务" />

更详细的修改直接修改源码,参数都可以直接修改。

coupondemo's People

Contributors

shiguiyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.