summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-01 19:16:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-01 19:16:24 +0000
commitf0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b (patch)
treea0570c226ee229135df143ca43cf0368bfcd55cd /packages/SystemUI/res/drawable
parentc8316dfc05f20da2381b5a29ee29bd05b4a85098 (diff)
parent024ca598dd4b38b389251c138f4ef9882d4b68b0 (diff)
downloadframeworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.zip
frameworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.tar.gz
frameworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.tar.bz2
Merge "Notification guts have now the actualHeight of the notifications" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/notification_guts_bg.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/drawable/notification_guts_bg.xml b/packages/SystemUI/res/drawable/notification_guts_bg.xml
index 07932d1..1730dce 100644
--- a/packages/SystemUI/res/drawable/notification_guts_bg.xml
+++ b/packages/SystemUI/res/drawable/notification_guts_bg.xml
@@ -17,5 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/notification_guts_bg_color" />
- <corners android:radius="@dimen/notification_material_rounded_rect_radius" />
+ <!--The radius is 1dp smaller than the notification one, to avoid aliasing bugs on the corners -->
+ <corners android:radius="1dp" />
</shape>