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

Commit e50fcaac authored by Andrew Zeng's avatar Andrew Zeng Committed by Josh Yang
Browse files

Use percentage insets in default Wear app icon

This prevents scaling issues when setting the bounds to low
values.

Bug: 194473271
Test: manually verify in launcher
Change-Id: Idb54da01f73be7e4e46f1feedf0fc4a33c9c0d19
(cherry picked from commit 8a96794ab0f449b9f0216d40c11e5f9fb8329ea3)
parent fbeb7661
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<inset
<inset
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="24dp"
    android:insetLeft="22.22%"
    android:insetRight="24dp"
    android:insetRight="22.22%"
    android:insetTop="24dp"
    android:insetTop="22.22%"
    android:insetBottom="24dp">
    android:insetBottom="22.22%">
    <vector
    <vector
        android:width="60dp"
        android:width="60dp"
        android:height="60dp"
        android:height="60dp"