mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
[PS] Use onSurface for tint.
Screenshot: https://screenshot.googleplex.com/6WSZJGdT9hY2Ww5 https://screenshot.googleplex.com/AiTX4JJjfRyfvPc Bug: 325068252 Test: manual Flag: aconfig enable_private_space trunkfood Change-Id: I36bcf1156149630450ca3dfc063984e3deb6851f
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?android:attr/textColorPrimary">
|
||||
android:tint="?attr/materialColorOnSurface">
|
||||
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?android:attr/textColorPrimary">
|
||||
android:tint="?attr/materialColorOnSurface">
|
||||
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?android:attr/textColorPrimary">
|
||||
android:tint="?attr/materialColorOnSurface">
|
||||
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:height="20dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?android:attr/textColorPrimary" >
|
||||
android:tint="?attr/materialColorOnSurface" >
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M15,4V3H9v1H4v2h1v13c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V6h1V4H15z M17,19H7V6h10V19z" />
|
||||
|
||||
Reference in New Issue
Block a user