All Projects → ufo22940268 → Android-AutoView

ufo22940268 / Android-AutoView

Licence: other
为各种view在点击的时候加上效果

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
IDL
102 projects

Android-AutoView

只需要为View设置一张背景图片,就能够在被点击的时候加上点击效果。

##用法

###在build.gradle中加上

compile 'me.biubiubiu.autoview:library:1.0.0'

###在xml中配置

<me.biubiubiu.autoview.library.AutoButtonView
    android:text="I'm AutoButtonView"
    android:background="@drawable/bg_green_button"
    android:textColor="#fff"
    android:layout_marginTop="40dip"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"/>

这里面的@drawable/bg_green_button是一张png图片,并不是一个xml文件。

##demo

下载地址

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].