feat(activity): 制作/提交按钮增加二次确认弹窗,调整弹窗标题颜色及列表项背景属性

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 17:41:26 +08:00
co-authored by Claude Sonnet 4.6
parent 267628411a
commit f3d57177b8
3 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
android:layout_marginTop="55dp"
android:layout_marginEnd="40dp"
android:gravity="center"
android:textColor="@color/black"
android:textColor="@color/black333"
android:textSize="36sp"
android:textStyle="bold" />
@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
tools:background="@color/white"
android:orientation="vertical">
<LinearLayout