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

Commit 74dc0ec8 authored by Josh Yang's avatar Josh Yang Committed by Android (Google) Code Review
Browse files

Merge "Use percentage insets in default Wear app icon"

parents be48bd95 e50fcaac
Loading
Loading
Loading
Loading
+4 −4
Original line number 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">
    android:insetLeft="22.22%"
    android:insetRight="22.22%"
    android:insetTop="22.22%"
    android:insetBottom="22.22%">
    <vector
        android:width="60dp"
        android:height="60dp"