From 879c5e07c019bbcd8647e60656d0749eae0467c3 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 17 Apr 2012 16:46:51 -0400 Subject: New InboxStyle template for expanded notifications. Bug: 6336834 Change-Id: I67b273350b984673cbfb19267451a3782d0477fc --- .../res/res/layout/notification_template_inbox.xml | 177 +++++++++++++++++++++ core/res/res/values/public.xml | 6 + 2 files changed, 183 insertions(+) create mode 100644 core/res/res/layout/notification_template_inbox.xml (limited to 'core/res') diff --git a/core/res/res/layout/notification_template_inbox.xml b/core/res/res/layout/notification_template_inbox.xml new file mode 100644 index 0000000..82342d4 --- /dev/null +++ b/core/res/res/layout/notification_template_inbox.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 2006548..0bed2fb 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -205,6 +205,11 @@ + + + + + @@ -1084,6 +1089,7 @@ + -- cgit v1.1