diff options
| author | 2017-12-07 18:43:13 +0000 | |
|---|---|---|
| committer | 2017-12-07 18:43:13 +0000 | |
| commit | 4f385dbc81a7f9b97b0ae57550976734cd964deb (patch) | |
| tree | ee18ef36da98acf98b1b1db5ad097cb49bc044cf | |
| parent | b2795710f33ce03f4106b4bbd3b41faec0c31bad (diff) | |
| parent | d7fe9987a74afaf5ec8899f363b3023a5ab6dad8 (diff) | |
Merge "Update instant app notification icon."
| -rw-r--r-- | packages/SystemUI/res/drawable/instant_icon.xml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/packages/SystemUI/res/drawable/instant_icon.xml b/packages/SystemUI/res/drawable/instant_icon.xml index 0039c8111f12..8554daa05078 100644 --- a/packages/SystemUI/res/drawable/instant_icon.xml +++ b/packages/SystemUI/res/drawable/instant_icon.xml @@ -14,17 +14,13 @@ limitations under the License. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="40dp" - android:height="40dp" - android:viewportWidth="2.2" - android:viewportHeight="2.2"> + android:height="24dp" + android:width="24dp" + android:viewportHeight="48" + android:viewportWidth="48"> <path android:fillColor="#FFFFFFFF" - android:pathData="M.1,1.1 - c0,.55 .45,1 1,1 - c.55,0 1,-.45 1,-1 - c0,-.55 -.45,-1 -1,-1 - c-.55,0 -1,.45 -1,1z - M1.15,.95 l.5,0 l-.7,1 l0.1,-.7 l-.5,0 l.7,-1 z"/> -</vector> + android:pathData="M35.8,18.9l-9.8,0.1l0.2,-19l-14.1,29.3l9.9,0l0,18.7z" /> + +</vector>
\ No newline at end of file |