一個類似抖音 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)

微信關注我們,可以獲取更多


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM