From 87ee540e37a46e7a37bbbcf848bc141c6f67f12e Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 11 十二月 2024 15:13:11 +0800
Subject: [PATCH] 2024年12月11日15:13:09
---
app/src/main/res/layout/item_message.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/layout/item_message.xml b/app/src/main/res/layout/item_message.xml
index f619ab6..3a2d4f2 100644
--- a/app/src/main/res/layout/item_message.xml
+++ b/app/src/main/res/layout/item_message.xml
@@ -47,8 +47,8 @@
android:singleLine="true"
android:textColor="@color/text_E6FFFFFF"
android:textSize="@dimen/text_14"
- app:layout_constraintStart_toEndOf="@+id/item_estate_tv"
app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toEndOf="@+id/item_estate_tv"
app:layout_constraintTop_toTopOf="parent" />
<TextView
--
Gitblit v1.8.0