From c3542b10ea66a1c3fad44fe8e0efd357d7d3857e Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 19 十一月 2025 19:32:41 +0800 Subject: [PATCH] 2025年11月19日19:32:39 --- app/src/main/res/layout/activity_search_message_house.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/activity_search_message_house.xml b/app/src/main/res/layout/activity_search_message_house.xml new file mode 100644 index 0000000..401f956 --- /dev/null +++ b/app/src/main/res/layout/activity_search_message_house.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/main" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".ui.message.SearchMessageHouseActivity"> + +</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file -- Gitblit v1.8.0