|
39 | 39 | android:layout_width="24dp" |
40 | 40 | android:layout_height="24dp" |
41 | 41 | android:layout_marginEnd="16dp" |
42 | | - android:src="@drawable/ic_settings" /> |
| 42 | + android:src="@drawable/ic_settings" |
| 43 | + android:tint="?attr/colorOnSurface" /> |
43 | 44 |
|
44 | 45 | <com.google.android.material.textview.MaterialTextView |
45 | 46 | android:layout_width="wrap_content" |
|
71 | 72 | android:layout_width="24dp" |
72 | 73 | android:layout_height="24dp" |
73 | 74 | android:layout_marginEnd="16dp" |
74 | | - android:src="@drawable/ic_help" /> |
| 75 | + android:src="@drawable/ic_help" |
| 76 | + android:tint="?attr/colorOnSurface" /> |
75 | 77 |
|
76 | 78 | <com.google.android.material.textview.MaterialTextView |
77 | 79 | android:layout_width="wrap_content" |
|
103 | 105 | android:layout_width="24dp" |
104 | 106 | android:layout_height="24dp" |
105 | 107 | android:layout_marginEnd="16dp" |
106 | | - android:src="@drawable/ic_changelog" /> |
| 108 | + android:src="@drawable/ic_changelog" |
| 109 | + android:tint="?attr/colorOnSurface" /> |
107 | 110 |
|
108 | 111 | <com.google.android.material.textview.MaterialTextView |
109 | 112 | android:layout_width="wrap_content" |
|
134 | 137 | android:layout_width="24dp" |
135 | 138 | android:layout_height="24dp" |
136 | 139 | android:layout_marginEnd="16dp" |
137 | | - android:src="@drawable/ic_share" /> |
| 140 | + android:src="@drawable/ic_share" |
| 141 | + android:tint="?attr/colorOnSurface" /> |
138 | 142 |
|
139 | 143 | <com.google.android.material.textview.MaterialTextView |
140 | 144 | android:layout_width="wrap_content" |
|
0 commit comments