From 1df231fd6aafa221aef3532d069c7e27d4331be7 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期日, 27 八月 2023 19:21:01 +0800 Subject: [PATCH] 功能全部完成 --- app/src/main/res/layout/activity_pet.xml | 681 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 571 insertions(+), 110 deletions(-) diff --git a/app/src/main/res/layout/activity_pet.xml b/app/src/main/res/layout/activity_pet.xml index 1bddf4d..50e6b26 100644 --- a/app/src/main/res/layout/activity_pet.xml +++ b/app/src/main/res/layout/activity_pet.xml @@ -162,122 +162,345 @@ android:layout_marginTop="-4dp" tools:layout_height="wrap_content" > - <LinearLayout - android:id="@+id/layout_search_parameter" - android:orientation="vertical" + <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/white" - android:layout_marginHorizontal="56dp" - android:paddingEnd="12dp" - android:paddingStart="5dp" > - - <View - android:layout_width="match_parent" - android:layout_height="0.3dp" - android:background="#FF939393" /> - <LinearLayout + android:id="@+id/layout_search_parameter" + android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="40dp" - android:gravity="center"> - - <androidx.appcompat.widget.AppCompatTextView - android:layout_width="0dp" - android:layout_weight="1" - android:layout_height="wrap_content" - android:text="瀹犵墿鍚�" - android:textColor="#FF333333" - android:textSize="14sp" - android:gravity="center" - android:maxLines="1" - app:autoSizeTextType="uniform" - app:autoSizeMinTextSize="10sp" - app:autoSizeMaxTextSize="14sp" - /> - - <com.android.app_base.widget.ClearEditText - android:layout_width="0dp" - android:layout_weight="4" - android:layout_height="wrap_content" - android:background="@null" - android:inputType="text" - android:layout_marginStart="6dp" - android:text="@={viewModel.requestBeanLiveData.name}" - android:hint="璇疯緭鍏ュ疇鐗╁悕" - android:textColorHint="#61000000" - android:textColor="#FF333333" - android:textSize="14sp" - android:maxLines="1" - app:autoSizeTextType="uniform" - app:autoSizeMinTextSize="10sp" - app:autoSizeMaxTextSize="14sp" - app:background="@drawable/ic_clear" - /> - </LinearLayout> - <View - android:layout_width="match_parent" - android:layout_height="0.5dp" - android:background="#FF939393" /> - <LinearLayout - android:layout_width="match_parent" - android:layout_height="40dp" - android:gravity="center" + android:layout_height="wrap_content" + android:background="@color/white" + android:layout_marginHorizontal="56dp" + android:paddingEnd="12dp" + android:paddingStart="5dp" > - <androidx.appcompat.widget.AppCompatTextView - android:layout_width="0dp" - android:layout_weight="1" - android:layout_height="match_parent" - android:text="鍑虹敓鏃ユ湡" - android:textColor="#FF333333" - android:textSize="14sp" - android:gravity="center" - android:maxLines="1" - app:autoSizeTextType="uniform" - app:autoSizeMinTextSize="10sp" - app:autoSizeMaxTextSize="14sp" - /> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> <LinearLayout - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="4" + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center"> + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="wrap_content" + android:text="鐘悕" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.name}" + android:hint="璇疯緭鍏ョ姮鍚�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.5dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center" + android:maxLines="1" + android:text="鍑虹敓鏃ユ湡" + android:textColor="#FF333333" + android:textSize="14sp" + app:autoSizeMaxTextSize="14sp" + app:autoSizeMinTextSize="10sp" + app:autoSizeTextType="uniform" /> + + <LinearLayout + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="4" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:id="@+id/et_start_time" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="wrap_content" + android:gravity="center" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.happenStartTime}" + android:hint="寮�濮嬫椂闂�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + android:lines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + tools:text="2022-01-01" + /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鈥�" + /> + <androidx.appcompat.widget.AppCompatTextView + android:id="@+id/et_end_time" + android:layout_width="0dp" + android:layout_weight="1" + android:gravity="center" + android:layout_height="wrap_content" + android:text="@={viewModel.requestBeanLiveData.happenEndTime}" + android:hint="缁撴潫鏃堕棿" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + tools:text="2022-01-01" + /> + <ImageView + android:id="@+id/iv_time_clear" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@drawable/ic_clear" + android:visibility="invisible" + /> + </LinearLayout> + + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center"> + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鐘" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.type}" + android:hint="璇疯緭鍏ョ姮绉�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center"> + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鎬у埆" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + + <com.android.app_base.widget.ClearEditText + android:id="@+id/et_sex" + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.sexStr}" + android:hint="璇烽�夋嫨鎬у埆" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + app:isEditable="@{false}" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center"> + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鐘彧棰滆壊" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.color}" + android:hint="璇疯緭鍏ョ姮鍙鑹�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center"> + + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鐘瘉鍙风爜" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.idNum}" + android:hint="璇疯緭鍏ョ姮璇佸彿鐮�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" android:gravity="center" > <androidx.appcompat.widget.AppCompatTextView - android:id="@+id/et_start_time" android:layout_width="0dp" android:layout_weight="1" - android:layout_height="wrap_content" + android:layout_height="match_parent" + android:text="闃蹭吉鐮�" + android:textColor="#FF333333" + android:textSize="14sp" android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" android:layout_marginStart="6dp" - android:text="@={viewModel.requestBeanLiveData.happenStartTime}" - android:hint="寮�濮嬫椂闂�" - android:textColorHint="#61000000" - android:textColor="#FF333333" - android:textSize="14sp" - android:maxLines="1" - android:lines="1" - app:autoSizeTextType="uniform" - app:autoSizeMinTextSize="10sp" - app:autoSizeMaxTextSize="14sp" - tools:text="2022-01-01" - /> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="鈥�" - /> - <androidx.appcompat.widget.AppCompatTextView - android:id="@+id/et_end_time" - android:layout_width="0dp" - android:layout_weight="1" - android:gravity="center" - android:layout_height="wrap_content" - android:text="@={viewModel.requestBeanLiveData.happenEndTime}" - android:hint="缁撴潫鏃堕棿" + android:text="@={viewModel.requestBeanLiveData.securityCode}" + android:hint="璇疯緭鍏ラ槻浼爜" android:textColorHint="#61000000" android:textColor="#FF333333" android:textSize="14sp" @@ -285,20 +508,258 @@ app:autoSizeTextType="uniform" app:autoSizeMinTextSize="10sp" app:autoSizeMaxTextSize="14sp" - tools:text="2022-01-01" - /> - <ImageView - android:id="@+id/iv_time_clear" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:background="@drawable/ic_clear" - android:visibility="invisible" + app:background="@drawable/ic_clear" /> </LinearLayout> - + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="楗(鍠�)" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.eatHabit}" + android:hint="璇疯緭鍏ラギ椋熶範鎯�(鍠�)" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="楗(鎭�)" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.disEatHabit}" + android:hint="璇疯緭鍏ラギ椋熶範鎯�(鎭�)" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鐢熸椿(鐖卞ソ)" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.lifeHabit}" + android:hint="璇疯緭鍏ョ敓娲讳範鎯�(鐖卞ソ)" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鐢熸椿(鍡滃ソ)" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.disLifeHabit}" + android:hint="璇疯緭鍏ョ敓娲讳範鎯�(鍡滃ソ)" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="鍚噦鏂硅█" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.dialect}" + android:hint="璇疯緭鍏ュ惉鎳傛柟瑷�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> + <View + android:layout_width="match_parent" + android:layout_height="0.3dp" + android:background="#FF939393" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="40dp" + android:gravity="center" + > + <androidx.appcompat.widget.AppCompatTextView + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="match_parent" + android:text="灞呬綇鍦板潃" + android:textColor="#FF333333" + android:textSize="14sp" + android:gravity="center" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + /> + <com.android.app_base.widget.ClearEditText + android:layout_width="0dp" + android:layout_weight="4" + android:layout_height="wrap_content" + android:background="@null" + android:inputType="text" + android:layout_marginStart="6dp" + android:text="@={viewModel.requestBeanLiveData.address}" + android:hint="璇疯緭鍏ュ眳浣忓湴鍧�" + android:textColorHint="#61000000" + android:textColor="#FF333333" + android:textSize="14sp" + android:maxLines="1" + app:autoSizeTextType="uniform" + app:autoSizeMinTextSize="10sp" + app:autoSizeMaxTextSize="14sp" + app:background="@drawable/ic_clear" + /> + </LinearLayout> </LinearLayout> - </LinearLayout> + </androidx.core.widget.NestedScrollView> </RelativeLayout> </androidx.constraintlayout.widget.ConstraintLayout> -- Gitblit v1.9.1