From 2131610e0413e8fe972fd763651c1e99c80ca604 Mon Sep 17 00:00:00 2001 From: HuanChengFly <609486518@qq.com> Date: Mon, 5 Oct 2020 21:14:29 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E8=B0=83=E6=95=B4=E5=90=A7=E5=86=85?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=86=85=E5=AE=B9=E8=A1=8C=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_search_posts.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_search_posts.xml b/app/src/main/res/layout/item_search_posts.xml index 95f43869..b8096813 100644 --- a/app/src/main/res/layout/item_search_posts.xml +++ b/app/src/main/res/layout/item_search_posts.xml @@ -27,10 +27,10 @@ android:layout_below="@id/item_search_thread_title" tools:text="Content" android:textSize="14sp" - app:tint="@color/default_color_text" + app:tint="@color/default_color_text_secondary" android:layout_width="match_parent" android:layout_marginBottom="4dp" - android:maxLines="3" + android:maxLines="2" android:ellipsize="end" android:layout_height="wrap_content" /> @@ -39,7 +39,7 @@ android:layout_below="@id/item_search_thread_content" tools:text="幻了个城fly" android:textSize="12sp" - app:tint="@color/default_color_text_secondary" + app:tint="@color/default_color_text_disabled" android:layout_width="wrap_content" android:layout_height="wrap_content" /> @@ -52,7 +52,7 @@ android:layout_below="@id/item_search_thread_content" tools:text="minecraft吧 · 刚刚" android:textSize="12sp" - app:tint="@color/default_color_text_secondary" + app:tint="@color/default_color_text_disabled" android:layout_width="match_parent" android:layout_height="wrap_content" /> \ No newline at end of file