commit | 40ea0568869b7d6ecfb2245d215da5bd302669cc | [log] [tgz] |
---|---|---|
author | Brandon Dayauon <brdayauon@google.com> | Tue Mar 05 12:00:12 2024 -0800 |
committer | Brandon Dayauon <brdayauon@google.com> | Tue Mar 05 12:00:12 2024 -0800 |
tree | 4d3e1bdaced804a22a43653d4eecf8c638882d17 | |
parent | 4b12762881d7582312aa152ea9150687288e6cc8 [diff] |
Update icon background color of the private space widget tile This icon background should be the same as the web icon backgrounds in Toast which is: materialColorSurfaceContainerLowest bug: 320562455 Test: Manual - photos: after private space qstile quicklaunchable dark theme: https://drive.google.com/file/d/1UZUxOdyEMEyLmPhnuPWJ085gQHrGgUdC/view?usp=sharing after private space qstile nonquicklaunchable dark theme: https://drive.google.com/file/d/1UOoR0VHxdIIvMFfvhc_5MwHsg40wURA3/view?usp=sharing after private space qstile quicklaunchable light theme: https://drive.google.com/file/d/1Ub1Nra_5rMlWuciI_a6yJM48EL6IdEsp/view?usp=sharing after private space qstile nonquicklaunchable light theme: https://drive.google.com/file/d/1UidMqcHI2rXTtwmwIRXkGiKJkaeP8ubi/view?usp=sharing Flag: com.google.android.apps.nexuslauncher.enable_inject_private_space_tile Change-Id: Id118a6cc69d091b216c49b7fe778d8b6c84966b2
diff --git a/res/drawable/ic_private_space_with_background.xml b/res/drawable/ic_private_space_with_background.xml index 59a33dd..da199f0 100644 --- a/res/drawable/ic_private_space_with_background.xml +++ b/res/drawable/ic_private_space_with_background.xml
@@ -12,14 +12,15 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" +<vector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:viewportWidth="48" android:viewportHeight="48" android:width="48dp" android:height="48dp"> <path android:pathData="M48 24A24 24 0 0 1 0 24A24 24 0 0 1 48 24Z" - android:fillColor="?attr/materialColorOutlineVariant" /> + android:fillColor="?androidprv:attr/materialColorSurfaceContainerLowest" /> <path android:pathData="M33.3333 14.6667V33.3333H14.6667V14.6667H33.3333ZM33.3333 12H14.6667C13.2 12 12 13.2 12 14.6667V33.3333C12 34.8 13.2 36 14.6667 36H33.3333C34.8 36 36 34.8 36 33.3333V14.6667C36 13.2 34.8 12 33.3333 12Z" android:fillColor="?attr/materialColorOnSurface" />