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)
微信關注我們,可以獲取更多