Fix icon color in dark theme.
Bug: 154582949 Test: Visual testing Change-Id: Ib08135be632e288aa3afc5232e5800395ebb8b17
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
android:viewportHeight="24"
|
||||
android:tint="?android:attr/colorAccent">
|
||||
<path
|
||||
android:pathData="M6.99,11L3,15l3.99,4v-3H14v-2H6.99v-3zM21,9l-3.99,-4v3H10v2h7.01v3L21,9z"
|
||||
android:fillColor="#4285F4"/>
|
||||
android:fillColor="@android:color/white"/>
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user