fix: 修复两处夜间模式显示异常
This commit is contained in:
parent
f1fae2f4cc
commit
b15e61799e
|
|
@ -79,6 +79,7 @@
|
|||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
app:srcCompat="@drawable/ic_more_horiz"
|
||||
app:tint="@color/default_color_text"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/selectableItemBackground" />
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
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
|
||||
android:id="@+id/thread_header_title"
|
||||
|
|
|
|||
Loading…
Reference in New Issue