Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f1f36b2 authored by Tony Mak's avatar Tony Mak
Browse files

Fix instant app badge

Change-Id: I588cf3046f2056a2344cdc1c6fd43a6121fed5c8
Fixes: 74130192
parent a7579d63
Loading
Loading
Loading
Loading
+17 −11
Original line number Diff line number Diff line
<?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"/>
        android:fillType="evenOdd"
        android:strokeWidth="1"
        android:pathData="M 0 0 H 64 V 64 H 0 V 0 Z" />
</vector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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>