From f278edbd3f0f809e4a3b59bf16d24c624a43f98d Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:38:08 +0800 Subject: [PATCH] 修改了国籍和民族字段反转的问题 --- app/src/main/res/layout/activity_hundred_wish.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/activity_hundred_wish.xml b/app/src/main/res/layout/activity_hundred_wish.xml index 94a3784..148a2b1 100644 --- a/app/src/main/res/layout/activity_hundred_wish.xml +++ b/app/src/main/res/layout/activity_hundred_wish.xml @@ -282,7 +282,7 @@ android:layout_weight="4" android:layout_height="wrap_content" android:background="@null" - android:inputType="text" + android:inputType="textMultiLine" android:layout_marginStart="6dp" android:text="@={viewModel.requestBeanLiveData.title}" android:hint="璇疯緭鍏ョ悊鎯虫爣棰�" -- Gitblit v1.9.1