fix: 修复两处夜间模式显示异常

This commit is contained in:
HuanChengFly 2021-02-05 15:24:11 +08:00
parent f1fae2f4cc
commit b15e61799e
2 changed files with 3 additions and 1 deletions

View File

@ -79,6 +79,7 @@
android:paddingStart="8dp" android:paddingStart="8dp"
android:paddingEnd="8dp" android:paddingEnd="8dp"
app:srcCompat="@drawable/ic_more_horiz" app:srcCompat="@drawable/ic_more_horiz"
app:tint="@color/default_color_text"
android:layout_width="40dp" android:layout_width="40dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/selectableItemBackground" /> android:background="?attr/selectableItemBackground" />

View File

@ -15,7 +15,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:background="@drawable/bg_top_radius_16dp_ripple" android:background="@drawable/bg_top_radius_16dp_ripple"
android:padding="16dp"> android:padding="16dp"
app:backgroundTint="@color/default_color_card">
<com.huanchengfly.tieba.post.widgets.theme.TintTextView <com.huanchengfly.tieba.post.widgets.theme.TintTextView
android:id="@+id/thread_header_title" android:id="@+id/thread_header_title"