feat: button icon

This commit is contained in:
2026-01-27 10:30:58 +08:00
parent 1deca69a67
commit a7b560b048
3 changed files with 27 additions and 2 deletions

View File

@@ -466,7 +466,7 @@
android:layout_gravity="bottom|end"
android:layout_marginEnd="25dp"
android:layout_marginBottom="70dp"
android:background="@drawable/bg_float_button"
android:background="@drawable/ic_btn_customs"
android:visibility="gone" />
<!-- 子按钮2 -->
@@ -477,7 +477,7 @@
android:layout_gravity="bottom|end"
android:layout_marginEnd="70dp"
android:layout_marginBottom="25dp"
android:background="@drawable/bg_float_button"
android:background="@drawable/ic_btn_record"
android:visibility="gone" />
<!-- 主浮动按钮 -->