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

Commit 64754273 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix build.

Change-Id: Ia31e410d1ae0f60f1df7fceea7bf5fd082cc425d
parent f1efa3ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
    android:visibility="gone"
    android:visibility="gone"
    android:layout_marginBottom="8dp"
    android:layout_marginBottom="8dp"
    android:showDividers="middle"
    android:showDividers="middle"
    android:divider="@drawable/list_divider_quantum_light"
    android:divider="@drawable/list_divider_holo_light"
    android:dividerPadding="12dp"
    android:dividerPadding="12dp"
    >
    >
    <!-- actions will be added here -->
    <!-- actions will be added here -->
+1 −1
Original line number Original line Diff line number Diff line
@@ -156,7 +156,7 @@
            android:layout_height="1dp"
            android:layout_height="1dp"
            android:id="@+id/action_divider"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
        <include
            layout="@layout/notification_quantum_action_list"
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
+2 −2
Original line number Original line Diff line number Diff line
@@ -121,7 +121,7 @@
            android:layout_height="1dip"
            android:layout_height="1dip"
            android:id="@+id/action_divider"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
        <include
            layout="@layout/notification_quantum_action_list"
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
@@ -135,7 +135,7 @@
            android:id="@+id/overflow_divider"
            android:id="@+id/overflow_divider"
            android:layout_marginBottom="8dp"
            android:layout_marginBottom="8dp"
            android:visibility="visible"
            android:visibility="visible"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <LinearLayout
        <LinearLayout
            android:id="@+id/line3"
            android:id="@+id/line3"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
+2 −2
Original line number Original line Diff line number Diff line
@@ -206,7 +206,7 @@
            android:layout_height="1dip"
            android:layout_height="1dip"
            android:id="@+id/action_divider"
            android:id="@+id/action_divider"
            android:visibility="gone"
            android:visibility="gone"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <include
        <include
            layout="@layout/notification_quantum_action_list"
            layout="@layout/notification_quantum_action_list"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
@@ -218,7 +218,7 @@
            android:layout_height="1dip"
            android:layout_height="1dip"
            android:id="@+id/overflow_divider"
            android:id="@+id/overflow_divider"
            android:visibility="visible"
            android:visibility="visible"
            android:background="@drawable/list_divider_quantum_light" />
            android:background="@drawable/list_divider_holo_light" />
        <LinearLayout
        <LinearLayout
            android:id="@+id/line3"
            android:id="@+id/line3"
            android:layout_width="match_parent"
            android:layout_width="match_parent"