首页 > 移动平台 > 详细

一个类似抖音 APP 拍摄按钮效果的控件

时间:2017-11-26 12:02:19      阅读:654      评论:0      收藏:0      [点我收藏+]

TouchButton

一个类似抖音 APP 拍摄按钮效果的控件

效果图预览

技术分享图片

用法

<net.angrycode.library.TouchButton
        android:id="@+id/touch_btn"
        android:layout_width="85dp"
        android:layout_height="85dp"
        android:layout_centerInParent="true"
        app:tb_anim_padding="14dp"
        app:tb_color="@color/colorAccent"
        app:tb_text="Hold" />

 

自定义属性

<declare-styleable name="TouchButton">
<attr name="tb_text" format="string|reference" />
<attr name="tb_text_color" format="color|reference" />
<attr name="tb_color" format="color|reference" />
<attr name="tb_anim_padding" format="dimension|reference" />
</declare-styleable>

  

属性说明

属性描述默认值
tbanimpadding 动画边距 10dp
tb_color 按钮背景 #FF4081
tb_text 按钮文本 Hold
tbtextcolor 按钮文本颜色 #ffffffff

微信公众号

Android填坑指南(AngryCode)

微信关注我们,可以获取更多

技术分享图片

一个类似抖音 APP 拍摄按钮效果的控件

原文:http://www.cnblogs.com/angrycode/p/7898517.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!