From 789aefd44a3cb7634ea3c63e8fbe1c7619d7a9a6 Mon Sep 17 00:00:00 2001 From: Angus Kong Date: Fri, 2 Nov 2012 16:53:22 +0800 Subject: Don't use activatedBackgroundIndicator under API 14 bug:7460473 Change-Id: I5d46302e13dfda04f72128329ecea147913ea8d8 --- .../list_selector_background_selected.9.png | Bin 0 -> 748 bytes .../list_selector_background_selected.9.png | Bin 0 -> 562 bytes .../list_selector_background_selected.9.png | Bin 0 -> 985 bytes res/drawable/action_bar_two_line_background.xml | 21 +++++++++++++++++++++ res/layout/action_bar_two_line_text.xml | 2 +- res/values-v14/styles.xml | 3 +++ res/values/styles.xml | 3 +++ 7 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 res/drawable-hdpi/list_selector_background_selected.9.png create mode 100644 res/drawable-mdpi/list_selector_background_selected.9.png create mode 100644 res/drawable-xhdpi/list_selector_background_selected.9.png create mode 100644 res/drawable/action_bar_two_line_background.xml diff --git a/res/drawable-hdpi/list_selector_background_selected.9.png b/res/drawable-hdpi/list_selector_background_selected.9.png new file mode 100644 index 000000000..cbf50b3a1 Binary files /dev/null and b/res/drawable-hdpi/list_selector_background_selected.9.png differ diff --git a/res/drawable-mdpi/list_selector_background_selected.9.png b/res/drawable-mdpi/list_selector_background_selected.9.png new file mode 100644 index 000000000..a4ac1e30c Binary files /dev/null and b/res/drawable-mdpi/list_selector_background_selected.9.png differ diff --git a/res/drawable-xhdpi/list_selector_background_selected.9.png b/res/drawable-xhdpi/list_selector_background_selected.9.png new file mode 100644 index 000000000..78358fe1a Binary files /dev/null and b/res/drawable-xhdpi/list_selector_background_selected.9.png differ diff --git a/res/drawable/action_bar_two_line_background.xml b/res/drawable/action_bar_two_line_background.xml new file mode 100644 index 000000000..a5a1855bb --- /dev/null +++ b/res/drawable/action_bar_two_line_background.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/res/layout/action_bar_two_line_text.xml b/res/layout/action_bar_two_line_text.xml index 95faffa12..92a4af926 100644 --- a/res/layout/action_bar_two_line_text.xml +++ b/res/layout/action_bar_two_line_text.xml @@ -14,10 +14,10 @@ limitations under the License. --> diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml index db89b05f4..060833050 100644 --- a/res/values-v14/styles.xml +++ b/res/values-v14/styles.xml @@ -19,4 +19,7 @@ ?android:attr/listPreferredItemHeightSmall @android:style/Widget.CompoundButton + diff --git a/res/values/styles.xml b/res/values/styles.xml index e9aebcd18..0a2689e71 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -43,4 +43,7 @@ #C1000000 + -- cgit v1.2.3