diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-03-27 15:56:54 +0100 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-03-27 15:56:54 +0100 |
commit | 647542736d8d5bdc65f500022d87e2646c26204a (patch) | |
tree | b8fa4784cef8e6cee90050ff733b5f8f0cf9255b | |
parent | f1efa3eecc720d5920cbb1cf3fc1c4da3252f5a4 (diff) | |
download | frameworks_base-647542736d8d5bdc65f500022d87e2646c26204a.zip frameworks_base-647542736d8d5bdc65f500022d87e2646c26204a.tar.gz frameworks_base-647542736d8d5bdc65f500022d87e2646c26204a.tar.bz2 |
Fix build.
Change-Id: Ia31e410d1ae0f60f1df7fceea7bf5fd082cc425d
4 files changed, 6 insertions, 6 deletions
diff --git a/core/res/res/layout/notification_quantum_action_list.xml b/core/res/res/layout/notification_quantum_action_list.xml index d723dcd..ec4919b 100644 --- a/core/res/res/layout/notification_quantum_action_list.xml +++ b/core/res/res/layout/notification_quantum_action_list.xml @@ -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 --> diff --git a/core/res/res/layout/notification_template_quantum_big_base.xml b/core/res/res/layout/notification_template_quantum_big_base.xml index 483ea07..63935bb 100644 --- a/core/res/res/layout/notification_template_quantum_big_base.xml +++ b/core/res/res/layout/notification_template_quantum_big_base.xml @@ -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" diff --git a/core/res/res/layout/notification_template_quantum_big_text.xml b/core/res/res/layout/notification_template_quantum_big_text.xml index 4fe91c0..516b0c4 100644 --- a/core/res/res/layout/notification_template_quantum_big_text.xml +++ b/core/res/res/layout/notification_template_quantum_big_text.xml @@ -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" diff --git a/core/res/res/layout/notification_template_quantum_inbox.xml b/core/res/res/layout/notification_template_quantum_inbox.xml index fd9089b..c6192be 100644 --- a/core/res/res/layout/notification_template_quantum_inbox.xml +++ b/core/res/res/layout/notification_template_quantum_inbox.xml @@ -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" |