make the notification larger for more display room!
This commit is contained in:
parent
a82d2e4695
commit
181b92276a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue