(Goodbye, hypno-P and your '90s tech magazine color palette.) Bug: 123903304 Test: adb shell am start -n android/com.android.internal.app.PlatLogoActivity Test: adb shell am start -c com.android.internal.category.PLATLOGO -a android.intent.action.MAIN Test: adb shell am start -n com.android.egg/.paint.PaintActivity # still works Change-Id: I4865024a14b6a78e7a043c56d2330b5f9dd214c6 Merged-In: I4865024a14b6a78e7a043c56d2330b5f9dd214c6 (cherry picked from commit 8c7b8cbd39e697037ccc30f044e8960655e0cb6f)
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<!--
|
|
Copyright (C) 2015 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:fillColor="@color/q_icon_fg"
|
|
android:pathData="M19.45,22.89l-10.250001,-10.249999l-2.6599998,2.6599998l-1.77,-1.7600002l4.43,-4.4300003l12.0199995,12.0199995l-1.7699986,1.7600002z"/>
|
|
<path
|
|
android:fillColor="@color/q_icon_fg"
|
|
android:pathData="M12,6a6,6 0,1 1,-6 6,6 6,0 0,1 6,-6m0,-2.5A8.5,8.5 0,1 0,20.5 12,8.51 8.51,0 0,0 12,3.5Z"/>
|
|
</vector>
|