From ab7b152922e3fb417ace6d9b0ebb3aef76e21f98 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 20 Nov 2013 19:08:16 -0800 Subject: Better expanded notification --- res/layout/notification_expanded.xml | 39 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/res/layout/notification_expanded.xml b/res/layout/notification_expanded.xml index e2246506..3e2c7fcd 100644 --- a/res/layout/notification_expanded.xml +++ b/res/layout/notification_expanded.xml @@ -58,40 +58,41 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_gravity="center|fill" - android:gravity="center_horizontal" - android:orientation="horizontal" > + android:orientation="horizontal" + android:showDividers="middle" + android:divider="?android:listDivider"> -- cgit v1.2.3