【开源】android-flat-button
android-flat-button
- https://github.com/hoang8f/android-flat-button
介绍:
类似于http://designmodo.github.io/Flat-UI/ 页面展示的扁平风格的按钮, 按钮风格可以高度自定义。运行效果:

使用说明:
在xml中首先加上xmlns:fbutton="http://schemas.android.com/apk/res-auto"
|
1
2
3
4
5
6
7
8
9
|
<info.hoang8f.widget.FButton ... fbutton:buttonColor="@color/color_concrete" fbutton:shadowColor="@color/color_asbestos" fbutton:shadowEnabled="true" fbutton:shadowHeight="5dp" fbutton:cornerRadius="5dp" ... /> |
其属性也可以在代码中设置:
|
1
2
3
4
5
|
disabledBtn.setButtonColor(getResources().getColor(R.color.color_concrete));disabledBtn.setShadowColor(getResources().getColor(R.color.color_asbestos));disabledBtn.setShadowEnabled(true);disabledBtn.setShadowHeight(5);disabledBtn.setCornerRadius(5); |
posted on 2015-03-25 17:58 wasdchenhao 阅读(303) 评论(0) 收藏 举报
浙公网安备 33010602011771号