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

Commit bf1960ce authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fade notifications when exiting dozing" into lmp-mr1-dev

parents b18cbb9a 4e857f4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="@dimen/notification_large_icon_height"
        />
    <LinearLayout
        android:id="@+id/notification_main_column"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="top"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="@dimen/notification_large_icon_height"
        />
    <LinearLayout
        android:id="@+id/notification_main_column"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="top"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="@dimen/notification_large_icon_height"
        />
    <LinearLayout
        android:id="@+id/notification_main_column"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="top"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_height="@dimen/notification_large_icon_height"
        />
    <LinearLayout
        android:id="@+id/notification_main_column"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="top"
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@
  <java-symbol type="id" name="status_bar_latest_event_content" />
  <java-symbol type="id" name="action_divider" />
  <java-symbol type="id" name="overflow_divider" />
  <java-symbol type="id" name="notification_main_column" />
  <java-symbol type="id" name="sms_short_code_confirm_message" />
  <java-symbol type="id" name="sms_short_code_detail_layout" />
  <java-symbol type="id" name="sms_short_code_detail_message" />
Loading