Fix build.
Change-Id: Ia31e410d1ae0f60f1df7fceea7bf5fd082cc425d
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user