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

Commit 4e857f4e authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fade notifications when exiting dozing

Bug: 18146441
Change-Id: Ifa0cbb8157c65768c3a0c584166ca88c3016b730
parent 1ca6af34
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