Merge "Fix instant app badge" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1dd5b0b30
@@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
@@ -14,16 +15,21 @@ Copyright (C) 2017 The Android Open Source Project
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="64.0dp"
|
||||
android:height="64.0dp"
|
||||
android:viewportWidth="64.0"
|
||||
android:viewportHeight="64.0">
|
||||
android:width="64dp"
|
||||
android:height="64dp"
|
||||
android:viewportWidth="64"
|
||||
android:viewportHeight="64">
|
||||
|
||||
<!--
|
||||
The path is similar to ic_corp_icon_badge_case, such that it positions on top of
|
||||
ic_corp_icon_badge_shadow.
|
||||
-->
|
||||
<group
|
||||
android:translateX="45.500000"
|
||||
android:translateY="42.000000">
|
||||
<path
|
||||
android:fillColor="#757575"
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M 0.685714286 9.82857143 L 3.73333333 9.82857143 L 3.73333333 15.9238095 L 8.3047619 6.78095238 L 5.25714286 6.78095238 L 5.25714286 0.685714286 Z" />
|
||||
</group>
|
||||
<path
|
||||
android:pathData="M43.9 50.9h4v8l6-12h-4v-8l-6 12z"
|
||||
android:fillColor="#757575"/>
|
||||
</vector>
|
||||
android:fillType="evenOdd"
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M 0 0 H 64 V 64 H 0 V 0 Z" />
|
||||
</vector>
|
||||
@@ -178,7 +178,7 @@
|
||||
<color name="profile_badge_3">#ff22f033</color><!-- Green -->
|
||||
|
||||
<!-- Default instant app badge color -->
|
||||
<color name="instant_app_badge">#FFFFFFFF</color><!-- White -->
|
||||
<color name="instant_app_badge">#ff757575</color><!-- Grey -->
|
||||
|
||||
<!-- Multi-sim sim colors -->
|
||||
<color name="Teal_700">#ff00796b</color>
|
||||
|
||||
Reference in New Issue
Block a user