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

Posted 终身开发者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一个类似抖音 APP 拍摄按钮效果的控件相关的知识,希望对你有一定的参考价值。

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 拍摄按钮效果的控件的主要内容,如果未能解决你的问题,请参考以下文章

Flutter 仿抖音效果 (二) 界面布局

抖音怎么小窗口播放

抖音上的除夕倒计时怎么弄的,我只想要那个倒计时

Android调用相机拍摄照片并显示到 ImageView控件中

如何从Android中的片段单击按钮打开片段

如何在不使用意图的片段中拍摄和保存图片?