From ab9e0ae52d360fbe512bfbd3205206fcf4221be9 Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期日, 09 四月 2023 10:41:46 +0800 Subject: [PATCH] 成长经历添加数据 --- app/src/main/res/layout/activity_growth_experience.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/activity_growth_experience.xml b/app/src/main/res/layout/activity_growth_experience.xml index df8eb8f..9a7157f 100644 --- a/app/src/main/res/layout/activity_growth_experience.xml +++ b/app/src/main/res/layout/activity_growth_experience.xml @@ -172,7 +172,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="@dimen/dp_20" - android:text="鍚嶆棌" + android:text="姘戞棌" android:textColor="#88000000" android:textSize="@dimen/sp_12" /> @@ -418,7 +418,7 @@ </LinearLayout> <androidx.recyclerview.widget.RecyclerView - android:id="@+id/recyclerView" + android:id="@+id/rv_primary" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/color_normal_background" @@ -465,7 +465,7 @@ android:background="@color/color_normal_background" android:layout_marginTop="16dp" tools:itemCount="3" - tools:listitem="@layout/item_growth_experience_primary" /> + tools:listitem="@layout/item_growth_experience_relationship" /> </LinearLayout> @@ -571,7 +571,7 @@ android:background="@color/color_normal_background" android:layout_marginTop="16dp" tools:itemCount="3" - tools:listitem="@layout/item_growth_experience_primary" /> + tools:listitem="@layout/item_growth_experience_holder_condition" /> </LinearLayout> @@ -615,7 +615,7 @@ android:layout_marginTop="16dp" app:layout_constraintTop_toBottomOf="@+id/layout_11" tools:itemCount="3" - tools:listitem="@layout/item_growth_experience_primary" /> + tools:listitem="@layout/item_growth_experience_abroad_condition" /> </LinearLayout> <TextView -- Gitblit v1.9.1