commit 181b92276a1c7150e8cb4d7aaaa139b4dc2a350e Author: Nathan Freitas nathan@freitas.net Date: Thu Jul 10 11:23:34 2014 -0400
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 e3c6dc5..c038cc8 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" > <ImageView android:id="@+id/icon" android:layout_width="@dimen/notification_large_icon_width"
tor-commits@lists.torproject.org