version:2.1.4

bugfixes:
update:优化天气,自动接听和联系人修改增加弹窗
This commit is contained in:
2025-04-28 09:37:42 +08:00
parent 1a6221f160
commit ae8484b10f
29 changed files with 1208 additions and 256 deletions

View File

@@ -53,7 +53,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="设置闹钟"
android:text="编辑闹钟"
android:textColor="@color/black"
android:textSize="18sp"
android:textStyle="bold"
@@ -411,7 +411,7 @@
android:gravity="center"
android:textStyle="bold"
android:onClick="@{click::submit}"
android:text="添加闹钟"
android:text="编辑闹钟"
android:textColor="@color/black"
android:textSize="18sp"
app:layout_constraintBottom_toBottomOf="parent"