From 15cd434674051e5d29215b47862686c773625fd4 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期五, 28 四月 2023 23:20:02 +0800 Subject: [PATCH] 代码提交 --- app/src/main/res/layout/activity_pet.xml | 331 ++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 255 insertions(+), 76 deletions(-) diff --git a/app/src/main/res/layout/activity_pet.xml b/app/src/main/res/layout/activity_pet.xml index 2accf0d..43ef49b 100644 --- a/app/src/main/res/layout/activity_pet.xml +++ b/app/src/main/res/layout/activity_pet.xml @@ -12,13 +12,18 @@ <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical"> + android:orientation="vertical" + android:background="@color/color_normal_background" + > <com.android.app_base.widget.ExtendTitleBar - android:id="@+id/titleBar" + android:id="@+id/extendTitleBar" android:layout_width="match_parent" android:layout_height="wrap_content" + android:elevation="10dp" app:layout_constraintTop_toTopOf="parent" + app:title="榄呭疇(浠呬緵鏌ョ湅)" + app:titleGravity="left" > <FrameLayout android:layout_width="24dp" @@ -34,71 +39,6 @@ android:background="@drawable/ic_operate" /> </FrameLayout> - - <LinearLayout - android:id="@+id/layout_default" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginHorizontal="56dp" - android:gravity="center_vertical" - > - <TextView - android:id="@+id/tv_title" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_marginStart="16dp" - android:text="榄呭疇" - android:layout_weight="1" - android:textColor="@color/white" - android:textSize="@dimen/sp_20" - /> - <ImageView - android:id="@+id/iv_search_default" - android:layout_width="@dimen/dp_24" - android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_search" - /> - </LinearLayout> - - <LinearLayout - android:id="@+id/layout_search" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginVertical="4dp" - android:layout_marginHorizontal="56dp" - android:gravity="center_vertical" - android:background="@color/white" - android:paddingHorizontal="5dp" - android:visibility="gone" - > - <ImageView - android:id="@+id/iv_search" - android:layout_width="24dp" - android:layout_height="24dp" - android:background="@drawable/ic_search_gray" - /> - <EditText - android:id="@+id/et_search" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_marginStart="5dp" - android:textSize="14sp" - android:textColor="#61000000" - android:background="@null" - android:imeOptions="actionSearch" - android:text="" - android:singleLine="true" - android:hint="鍦ㄢ�滃澶т簨璁板唴鎼滅储鈥�" - /> - <ImageView - android:id="@+id/iv_search_type" - android:layout_width="24dp" - android:layout_height="24dp" - android:background="@drawable/ic_search_by" - /> - </LinearLayout> - </com.android.app_base.widget.ExtendTitleBar> <LinearLayout @@ -107,10 +47,11 @@ android:layout_height="wrap_content" android:orientation="vertical" android:gravity="center" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/titleBar"> + app:layout_constraintTop_toBottomOf="@id/extendTitleBar"> <ImageView android:layout_width="wrap_content" @@ -127,17 +68,255 @@ /> </LinearLayout> - <androidx.recyclerview.widget.RecyclerView - android:id="@+id/recyclerView" + <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="0dp" - android:background="@color/color_normal_background" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintTop_toBottomOf="@+id/titleBar" - app:layout_constraintVertical_bias="1.0" - tools:itemCount="20" - tools:layout_editor_absoluteX="-81dp" - tools:listitem="@layout/item_family_assets" /> + app:layout_constraintTop_toBottomOf="@+id/extendTitleBar" + > + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + > + <androidx.cardview.widget.CardView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginHorizontal="20dp" + android:layout_marginVertical="26dp" + app:cardBackgroundColor="#99FFE2EF" + app:cardCornerRadius="10dp" + app:cardElevation="0dp" + > + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginHorizontal="40dp" + android:layout_marginVertical="20dp" + android:orientation="vertical" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="灏忛粍鐨勫熀鏈俊鎭�" + android:textColor="#66000000" + android:textSize="14sp" + /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="鐘悕锛氬皬榛�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="鐘锛氶噾姣�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="鎬у埆锛氶泴鎬�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="鐘彧棰滆壊锛氶噾榛勮壊" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鍑虹敓鏃ユ湡锛�2010-03-01" + android:textColor="#FF000000" + android:textSize="14sp" + android:layout_marginTop="10dp" + /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鐘瘉鍙风爜锛�1234567891" + android:textColor="#FF000000" + android:textSize="14sp" + android:layout_marginTop="10dp" + /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="闃蹭吉鐮侊細1234567891" + android:textColor="#FF000000" + android:textSize="14sp" + android:layout_marginTop="10dp" + /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="楗涔犳儻锛堝枩锛夛細" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="灏忕嫍绮�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="楗涔犳儻锛堟伓锛夛細" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="灏忕嫍绮�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鐢熸椿涔犳儻锛堢埍濂斤級锛�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="灏忕嫍绮皬鐙楃伯" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鐢熸椿涔犳儻锛堝棞濂斤級锛�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯灏忕嫍绮皬鐙楃伯" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鍚噦鏂硅█锛�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="绮よ銆佸瀹惰瘽" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鐘眳浣忓湴鍧�锛�" + android:textColor="#FF000000" + android:textSize="14sp" + /> + <TextView + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="骞夸笢鐪佸箍宸炲競" + android:textColor="#FF000000" + android:textSize="14sp" + /> + </LinearLayout> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="榄呭疇鍏ㄨ韩鐓э細" + android:textColor="#FF000000" + android:textSize="14sp" + android:layout_marginTop="10dp" + /> + <androidx.recyclerview.widget.RecyclerView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/recyclerView" + android:layout_marginTop="10dp" + /> + + </LinearLayout> + </androidx.cardview.widget.CardView> + + </LinearLayout> + + </androidx.core.widget.NestedScrollView> + </androidx.constraintlayout.widget.ConstraintLayout> -- Gitblit v1.9.1