pref: 夜间模式按钮颜色异常
This commit is contained in:
parent
4340d08eba
commit
38214c5755
|
|
@ -83,7 +83,7 @@
|
||||||
app:layout_constraintVertical_chainStyle="packed">
|
app:layout_constraintVertical_chainStyle="packed">
|
||||||
|
|
||||||
<com.huanchengfly.tieba.post.widgets.theme.TintImageView
|
<com.huanchengfly.tieba.post.widgets.theme.TintImageView
|
||||||
app:tintList="@color/text_color_selector"
|
app:tint="@color/text_color_selector"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:id="@+id/activity_reply_edit_emotion"
|
android:id="@+id/activity_reply_edit_emotion"
|
||||||
style="@style/Widget.MaterialComponents.Button.OutlinedButton.Icon"
|
style="@style/Widget.MaterialComponents.Button.OutlinedButton.Icon"
|
||||||
|
|
@ -91,10 +91,10 @@
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:padding="4dp"
|
android:padding="4dp"
|
||||||
android:src="@drawable/ic_insert_emoticon" />
|
app:srcCompat="@drawable/ic_insert_emoticon" />
|
||||||
|
|
||||||
<com.huanchengfly.tieba.post.widgets.theme.TintImageView
|
<com.huanchengfly.tieba.post.widgets.theme.TintImageView
|
||||||
app:tintList="@color/text_color_selector"
|
app:tint="@color/text_color_selector"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:id="@+id/activity_reply_edit_insert_photo"
|
android:id="@+id/activity_reply_edit_insert_photo"
|
||||||
style="@style/Widget.MaterialComponents.Button.OutlinedButton.Icon"
|
style="@style/Widget.MaterialComponents.Button.OutlinedButton.Icon"
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:padding="4dp"
|
android:padding="4dp"
|
||||||
android:src="@drawable/ic_outline_insert_photo" />
|
app:srcCompat="@drawable/ic_outline_insert_photo" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_weight="3"
|
android:layout_weight="3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue