From 45fb8735b297ab1a0e201798efc3aada58834b7d Mon Sep 17 00:00:00 2001 From: ztenghui Date: Wed, 17 Sep 2014 11:23:09 -0700 Subject: [PATCH] Fix badge asset alpha issue b/17544362 Change-Id: Ibf22918ccfebe082a25f28f0d4c1991e700a1fd2 --- core/res/res/drawable/ic_corp_icon_badge.xml | 22 +++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/core/res/res/drawable/ic_corp_icon_badge.xml b/core/res/res/drawable/ic_corp_icon_badge.xml index 0b05bf5577a1d..0e1c63dc52933 100644 --- a/core/res/res/drawable/ic_corp_icon_badge.xml +++ b/core/res/res/drawable/ic_corp_icon_badge.xml @@ -19,27 +19,29 @@ Copyright (C) 2014 The Android Open Source Project android:viewportWidth="64.0" android:viewportHeight="64.0"> + android:fillColor="#FF000000" + android:pathData="M49.062,50.0m-14.0,0.0a14.0,14.0 0.0,1.0 1.0,28.0 0.0a14.0,14.0 0.0,1.0 1.0,-28.0 0.0" + android:fillAlpha="0.2"/> + android:fillColor="#FF000000" + android:pathData="M49.0,49.5m-14.0,0.0a14.0,14.0 0.0,1.0 1.0,28.0 0.0a14.0,14.0 0.0,1.0 1.0,-28.0 0.0" + android:fillAlpha="0.2"/> - + \ No newline at end of file