commit | 59f80c1cdb910c1ff91fa41a58263cfbc050383f | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Thu Dec 16 11:57:19 2010 -0800 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Thu Dec 16 11:57:19 2010 -0800 |
tree | 7a3dc080d61e39c3e4d787fd110df0fd783d5d48 | |
parent | 68d8da77cd7b71516cd6a32bdfb491bbdc9929fc [diff] |
Asset drop: new list bg, detail panel bg and section title Change-Id: I64fe52db030dd23dd5c839d120941e73b71b7d82
diff --git a/res/drawable-hdpi/list_pressed_holo.9.png b/res/drawable-hdpi/list_pressed_holo.9.png index f0742d0..423fa4b 100644 --- a/res/drawable-hdpi/list_pressed_holo.9.png +++ b/res/drawable-hdpi/list_pressed_holo.9.png Binary files differ
diff --git a/res/drawable-hdpi/list_title_holo.9.png b/res/drawable-hdpi/list_title_holo.9.png index acf9131..ebdd4e3 100644 --- a/res/drawable-hdpi/list_title_holo.9.png +++ b/res/drawable-hdpi/list_title_holo.9.png Binary files differ
diff --git a/res/drawable-hdpi/panel_content.9.png b/res/drawable-hdpi/panel_content.9.png index 3061fbc..4a9b90a 100644 --- a/res/drawable-hdpi/panel_content.9.png +++ b/res/drawable-hdpi/panel_content.9.png Binary files differ
diff --git a/res/drawable-mdpi/list_pressed_holo.9.png b/res/drawable-mdpi/list_pressed_holo.9.png index aa4dab8..7ea8666 100644 --- a/res/drawable-mdpi/list_pressed_holo.9.png +++ b/res/drawable-mdpi/list_pressed_holo.9.png Binary files differ
diff --git a/res/drawable-mdpi/list_title_holo.9.png b/res/drawable-mdpi/list_title_holo.9.png index 1c2a351..e866452 100644 --- a/res/drawable-mdpi/list_title_holo.9.png +++ b/res/drawable-mdpi/list_title_holo.9.png Binary files differ
diff --git a/res/drawable-mdpi/panel_content.9.png b/res/drawable-mdpi/panel_content.9.png index a220dbb..1d30d5f 100644 --- a/res/drawable-mdpi/panel_content.9.png +++ b/res/drawable-mdpi/panel_content.9.png Binary files differ
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml index 32247b0..6410840 100644 --- a/res/values-xlarge/styles.xml +++ b/res/values-xlarge/styles.xml
@@ -19,7 +19,7 @@ <item name="activated_background">@drawable/list_item_activated_background</item> <item name="android:windowContentOverlay">@null</item> <item name="android:actionBarStyle">@style/TransparentActionBarStyle</item> - <item name="section_header_background">@drawable/section_header_holo</item> + <item name="section_header_background">@drawable/list_title_holo</item> <item name="list_item_divider">?android:attr/listDivider</item> <item name="list_item_padding_top">0dip</item> <item name="list_item_padding_right">24dip</item> @@ -40,7 +40,7 @@ <style name="ContactPickerTheme" parent="@android:Theme.Holo.Light.Dialog"> <item name="list_item_height">66dip</item> - <item name="section_header_background">@drawable/section_header_holo</item> + <item name="section_header_background">@drawable/list_title_holo</item> <item name="list_item_divider">?android:attr/listDivider</item> <item name="list_item_padding_top">0dip</item> <item name="list_item_padding_right">24dip</item>