perf: 修改关于界面图标颜色
This commit is contained in:
parent
363c770807
commit
6470fb0554
|
|
@ -1,7 +1,7 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFE43557"
|
||||
android:tint="#FE7A65"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FF02C4BB"
|
||||
android:tint="#33D0C4"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FF89A3B2"
|
||||
android:tint="#89A3B3"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFF7902B"
|
||||
android:tint="#FEC540"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FF3373EE"
|
||||
android:tint="#31AEFC"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
|
|
|
|||
|
|
@ -365,10 +365,10 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.huanchengfly.tieba.post.widgets.theme.TintImageView
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_round_info"
|
||||
app:tint="@color/default_color_accent"
|
||||
app:srcCompat="@drawable/ic_round_info"
|
||||
app:tint="#3CA7F1"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue