From 181b92276a1c7150e8cb4d7aaaa139b4dc2a350e Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Thu, 10 Jul 2014 11:23:34 -0400 Subject: [PATCH] make the notification larger for more display room! --- res/layout/layout_notification_expanded.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/layout_notification_expanded.xml b/res/layout/layout_notification_expanded.xml index e3c6dc5a..c038cc87 100644 --- a/res/layout/layout_notification_expanded.xml +++ b/res/layout/layout_notification_expanded.xml @@ -18,9 +18,9 @@ xmlns:internal="http://schemas.android.com/apk/prv/res/android" android:id="@+id/status_bar_latest_event_content" android:layout_width="match_parent" - android:layout_height="64dp" - internal:layout_minHeight="64dp" - internal:layout_maxHeight="64dp" + android:layout_height="128dp" + internal:layout_minHeight="128dp" + internal:layout_maxHeight="128dp" >