pref: 调整吧内搜索内容行数

This commit is contained in:
HuanChengFly 2020-10-05 21:14:29 +08:00
parent 0b954e4f45
commit 2131610e04
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@
android:layout_below="@id/item_search_thread_title" android:layout_below="@id/item_search_thread_title"
tools:text="Content" tools:text="Content"
android:textSize="14sp" android:textSize="14sp"
app:tint="@color/default_color_text" app:tint="@color/default_color_text_secondary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:maxLines="3" android:maxLines="2"
android:ellipsize="end" android:ellipsize="end"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
@ -39,7 +39,7 @@
android:layout_below="@id/item_search_thread_content" android:layout_below="@id/item_search_thread_content"
tools:text="幻了个城fly" tools:text="幻了个城fly"
android:textSize="12sp" android:textSize="12sp"
app:tint="@color/default_color_text_secondary" app:tint="@color/default_color_text_disabled"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
@ -52,7 +52,7 @@
android:layout_below="@id/item_search_thread_content" android:layout_below="@id/item_search_thread_content"
tools:text="minecraft吧 · 刚刚" tools:text="minecraft吧 · 刚刚"
android:textSize="12sp" android:textSize="12sp"
app:tint="@color/default_color_text_secondary" app:tint="@color/default_color_text_disabled"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
</com.huanchengfly.tieba.post.widgets.theme.TintRelativeLayout> </com.huanchengfly.tieba.post.widgets.theme.TintRelativeLayout>