summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-13 17:05:31 -0700
committerRohan Shah <shahrk@google.com>2014-08-14 00:35:23 +0000
commitc41edc70b7de16b7e43f77680d51846daae1fa2a (patch)
treeb27841b1ccfce0365c8bcbc6bb8aa4afbdb587eb /res/layout
parentc24265d598e9d73505da725aecd54c4478d09556 (diff)
downloadandroid_packages_apps_UnifiedEmail-c41edc70b7de16b7e43f77680d51846daae1fa2a.tar.gz
android_packages_apps_UnifiedEmail-c41edc70b7de16b7e43f77680d51846daae1fa2a.tar.bz2
android_packages_apps_UnifiedEmail-c41edc70b7de16b7e43f77680d51846daae1fa2a.zip
Update Notifications (UnifiedEmail)
Updated most of the notifications and added color for them. Still missing a few things: - No Big Icon BG (waiting for possible addition to frmwrk) - Small mail icon is still there with multiple mail icon (code's in place but I'm looking for a better sol) - Badge (small) Icon is really small at the top of the bar which should be fixed soon Bug: 16987147 Change-Id: I44de8eab32250d1486805a652e8c04db89268c62
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/undo_notification.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/undo_notification.xml b/res/layout/undo_notification.xml
index 86312ba2d..9505b3a74 100644
--- a/res/layout/undo_notification.xml
+++ b/res/layout/undo_notification.xml
@@ -31,7 +31,7 @@
android:layout_height="@android:dimen/notification_large_icon_height"
android:background="@color/notification_template_icon_low_bg"
android:scaleType="center"
- android:src="@drawable/stat_notify_email" />
+ android:src="@drawable/ic_notification_mail_16dp" />
<LinearLayout
android:layout_width="match_parent"
@@ -80,4 +80,4 @@
android:textAllCaps="true" />
</LinearLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>