make the notification larger for more display room!

This commit is contained in:
Nathan Freitas 2014-07-10 11:23:34 -04:00
parent a82d2e4695
commit 181b92276a
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
xmlns:internal="http://schemas.android.com/apk/prv/res/android" xmlns:internal="http://schemas.android.com/apk/prv/res/android"
android:id="@+id/status_bar_latest_event_content" android:id="@+id/status_bar_latest_event_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="64dp" android:layout_height="128dp"
internal:layout_minHeight="64dp" internal:layout_minHeight="128dp"
internal:layout_maxHeight="64dp" internal:layout_maxHeight="128dp"
> >
<ImageView android:id="@+id/icon" <ImageView android:id="@+id/icon"
android:layout_width="@dimen/notification_large_icon_width" android:layout_width="@dimen/notification_large_icon_width"