version:1.0.0

update:更换网页,修改主页
bugfixes:修复推送和地图
This commit is contained in:
2024-07-13 10:06:30 +08:00
parent ef836554ad
commit 6142c737e1
36 changed files with 382 additions and 660 deletions

View File

@@ -9,7 +9,7 @@
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_152"
android:layout_margin="@dimen/dp_6"
android:layout_margin="@dimen/dp_4"
android:background="@drawable/fragment_add_contact_background"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
@@ -31,7 +31,7 @@
app:is_circle="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.498"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.126" />