From 31b7700b976a46901f67c5d7a00281ca4745fc9f Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期六, 07 十月 2023 21:44:35 +0800 Subject: [PATCH] 调整旅游模块功能 --- app/src/main/res/layout/item_tourism.xml | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/item_tourism.xml b/app/src/main/res/layout/item_tourism.xml index cf8bb14..ce08e55 100644 --- a/app/src/main/res/layout/item_tourism.xml +++ b/app/src/main/res/layout/item_tourism.xml @@ -52,7 +52,7 @@ android:layout_centerVertical="true" android:ellipsize="end" android:maxLines="1" - android:text="@{bean.title}" + android:text="@{bean.name}" android:textColor="@color/black" android:textSize="16sp" android:layout_marginStart="24dp" @@ -146,14 +146,14 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="鎬诲ぉ鏁帮細" + android:text="鍥㈣垂锛�" android:textColor="@color/black" android:textSize="12sp" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.totalDay}" + android:text="@{bean.groupTotal}" android:textColor="@color/black" android:textSize="12sp" /> @@ -174,7 +174,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.totalCost}" + android:text="@{bean.totalPrice}" android:textColor="@color/black" android:textSize="12sp" /> @@ -197,7 +197,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="椁愯垂锛�" + android:text="鎬婚璐癸細" android:textColor="@color/black" android:textSize="12sp" /> @@ -205,7 +205,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.eat}" + android:text="@{bean.eatTotal}" android:textColor="@color/black" android:textSize="12sp" /> @@ -222,7 +222,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="浣忓锛�" + android:text="鎬讳綇瀹胯垂锛�" android:textColor="@color/black" android:textSize="12sp" /> @@ -230,7 +230,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.stay}" + android:text="@{bean.stayTotal}" android:textColor="@color/black" android:textSize="12sp" /> @@ -247,7 +247,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="浜ら�氾細" + android:text="" android:textColor="@color/black" android:textSize="12sp" /> @@ -255,7 +255,6 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.traffic}" android:textColor="@color/black" android:textSize="12sp" /> @@ -272,7 +271,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="闂ㄧエ锛�" + android:text="鎬婚棬绁ㄨ垂锛�" android:textColor="@color/black" android:textSize="12sp" /> @@ -280,7 +279,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.entrance}" + android:text="@{bean.entranceTotal}" android:textColor="@color/black" android:textSize="12sp" /> @@ -296,7 +295,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="璐墿锛�" + android:text="鎬讳氦閫氳垂锛�" android:textColor="@color/black" android:textSize="12sp" /> @@ -304,7 +303,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@{bean.shopping}" + android:text="@{bean.travelTotal}" android:textColor="@color/black" android:textSize="12sp" /> -- Gitblit v1.9.1