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

Commit 95a52e50 authored by Andrew Zeng's avatar Andrew Zeng Committed by Erik Wolsheimer
Browse files

Modify framework default app icon for Wear.

Bug: 67707364

Change-Id: I7e88d8822fc041c2187fba76770b98bde6ed22fd
(cherry picked from commit 8299f13e4d63a5ae2df3ede43bb740b496385247)
(cherry picked from commit b35da3135c797722a04f4cbf9e1f5fa7e27b993f)
parent 97969c36
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/accent_device_default_dark" />
    <foreground android:drawable="@mipmap/sym_def_app_icon_foreground" />
</adaptive-icon>
+20 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<inset
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="24dp"
    android:insetRight="24dp"
    android:insetTop="24dp"
    android:insetBottom="24dp">
    <vector
        android:width="60dp"
        android:height="60dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
        <path
            android:fillColor="#FFFFFF"
            android:pathData="M20,12c0,-2.6 -1.2,-4.8 -3.1,-6.3l-0.5,-2.8c-1.4,-0.7 -2.9,-1.1 -4.5,-1.1c-1.6,0 -3.1,0.4 -4.5,1.1L7,5.7C5.1,7.2 3.9,9.4 3.9,12c0,2.6 1.2,4.8 3.1,6.3l0.5,2.8c1.4,0.7 2.9,1.1 4.5,1.1c1.6,0 3.2,-0.4 4.5,-1.1l0.5,-2.8C18.8,16.8 20,14.6 20,12zM12,18c-3.3,0 -6,-2.7 -6,-6c0,-3.3 2.7,-6 6,-6s6,2.7 6,6C18,15.3 15.3,18 12,18z"/>
        <path
            android:fillColor="#FFFFFF"
            android:pathData="M11.2,15.6h1.4v-4.3h-1.4V15.6zM11.2,9.8h1.4V8.4h-1.4V9.8z"/>
    </vector>
</inset>