Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0441d79 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Minimized notification height = 56dp

Test: Manual
Bug: 181048615
Change-Id: I8c3a6197ab726cae138818c078d249614cc8a9c4
parent 4e56d156
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
<NotificationHeaderView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/notification_header"
    android:layout_width="wrap_content"
    android:layout_height="@dimen/notification_header_solo_height"
    android:layout_width="match_parent"
    android:layout_height="@dimen/notification_header_height"
    android:layout_marginBottom="@dimen/notification_header_margin_bottom"
    android:clipChildren="false"
    android:gravity="center_vertical"
+1 −5
Original line number Diff line number Diff line
@@ -38,11 +38,7 @@
            android:layout_gravity="top"
            >

            <include
                layout="@layout/notification_template_header"
                android:layout_width="match_parent"
                android:layout_height="@dimen/notification_header_big_height"
                />
            <include layout="@layout/notification_template_header" />

            <LinearLayout
                android:id="@+id/notification_main_column"
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
        layout="@layout/notification_template_header"
        android:layout_width="match_parent"
        android:layout_height="@dimen/media_notification_header_height"
        android:layout_gravity="start"
        />

    <LinearLayout
+1 −5
Original line number Diff line number Diff line
@@ -23,11 +23,7 @@
    android:clipChildren="false"
    >

    <include
        layout="@layout/notification_template_header"
        android:layout_width="match_parent"
        android:layout_height="@dimen/notification_header_big_height"
        />
    <include layout="@layout/notification_template_header" />

    <include layout="@layout/notification_template_right_icon" />

+1 −5
Original line number Diff line number Diff line
@@ -23,11 +23,7 @@
    android:tag="bigText"
    >

    <include
        layout="@layout/notification_template_header"
        android:layout_width="match_parent"
        android:layout_height="@dimen/notification_header_big_height"
        />
    <include layout="@layout/notification_template_header" />

    <com.android.internal.widget.RemeasuringLinearLayout
        android:id="@+id/notification_action_list_margin_target"
Loading