From 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 16:33:11 +0800 Subject: [PATCH] 加入了直播、会议功能 --- app/src/main/res/layout/item_daily_consume_record.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/item_daily_consume_record.xml b/app/src/main/res/layout/item_daily_consume_record.xml index b2b4925..fbb9df4 100644 --- a/app/src/main/res/layout/item_daily_consume_record.xml +++ b/app/src/main/res/layout/item_daily_consume_record.xml @@ -120,6 +120,7 @@ android:id="@+id/rv_consume_record" android:layout_width="match_parent" android:layout_height="wrap_content" + tools:listitem="@layout/item_consume_record" /> </RelativeLayout> <TextView -- Gitblit v1.9.1