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

Commit e7a93296 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 64754273: Fix build.

* commit '64754273':
  Fix build.
parents 19c7777c 64754273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:visibility="gone"
    android:layout_marginBottom="8dp"
    android:showDividers="middle"
    android:divider="@drawable/list_divider_quantum_light"
    android:divider="@drawable/list_divider_holo_light"
    android:dividerPadding="12dp"
    >
    <!-- actions will be added here -->
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@
            android:layout_height="1dp"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
            android:layout_height="1dip"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
@@ -135,7 +135,7 @@
            android:id="@+id/overflow_divider"
            android:layout_marginBottom="8dp"
            android:visibility="visible"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <LinearLayout
            android:id="@+id/line3"
            android:layout_width="match_parent"
+2 −2
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@
            android:layout_height="1dip"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
@@ -218,7 +218,7 @@
            android:layout_height="1dip"
            android:id="@+id/overflow_divider"
            android:visibility="visible"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <LinearLayout
            android:id="@+id/line3"
            android:layout_width="match_parent"