commit | 071518884966ebdf23c5441827b5393f38a93f0f | [log] [tgz] |
---|---|---|
author | Katherine Kuan <katherinekuan@google.com> | Tue Aug 09 16:35:46 2011 -0700 |
committer | Katherine Kuan <katherinekuan@google.com> | Tue Aug 09 16:35:46 2011 -0700 |
tree | 70bd88c258e723c6e80a7596a04be66358166dff | |
parent | bec0e12648b7c90aab9eda5b2837faca2493e5c3 [diff] |
Replace list item selection assets - Remove windowContentOverlay=null on tablet People theme so the shadow under the action bar will appear Bug: 5127109 Change-Id: I62577ddb844801e071ecbaf4522ad7034f6c1c24
diff --git a/res/drawable-hdpi/list_activated_holo.9.png b/res/drawable-hdpi/list_activated_holo.9.png index 7b89319..046b24a 100644 --- a/res/drawable-hdpi/list_activated_holo.9.png +++ b/res/drawable-hdpi/list_activated_holo.9.png Binary files differ
diff --git a/res/drawable-hdpi/list_background_holo.9.png b/res/drawable-hdpi/list_background_holo.9.png index e382b2d..cddf9be 100644 --- a/res/drawable-hdpi/list_background_holo.9.png +++ b/res/drawable-hdpi/list_background_holo.9.png Binary files differ
diff --git a/res/drawable-mdpi/list_activated_holo.9.png b/res/drawable-mdpi/list_activated_holo.9.png index 4d98919..1ff3373 100644 --- a/res/drawable-mdpi/list_activated_holo.9.png +++ b/res/drawable-mdpi/list_activated_holo.9.png Binary files differ
diff --git a/res/drawable-mdpi/list_background_holo.9.png b/res/drawable-mdpi/list_background_holo.9.png index ca2f750..7d5d66d 100644 --- a/res/drawable-mdpi/list_background_holo.9.png +++ b/res/drawable-mdpi/list_background_holo.9.png Binary files differ
diff --git a/res/drawable-xhdpi/list_activated_holo.9.png b/res/drawable-xhdpi/list_activated_holo.9.png index 4e13add..2eb7c7e 100644 --- a/res/drawable-xhdpi/list_activated_holo.9.png +++ b/res/drawable-xhdpi/list_activated_holo.9.png Binary files differ
diff --git a/res/drawable-xhdpi/list_background_holo.9.png b/res/drawable-xhdpi/list_background_holo.9.png index adba6a8..b652725 100644 --- a/res/drawable-xhdpi/list_background_holo.9.png +++ b/res/drawable-xhdpi/list_background_holo.9.png Binary files differ
diff --git a/res/drawable/list_item_activated_background.xml b/res/drawable/list_item_activated_background.xml index 334e8ec..6ea21d3 100644 --- a/res/drawable/list_item_activated_background.xml +++ b/res/drawable/list_item_activated_background.xml
@@ -17,5 +17,5 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime"> <item android:state_activated="true" android:drawable="@drawable/list_activated_holo" /> - <item android:drawable="@android:color/transparent" /> -</selector> + <item android:drawable="@drawable/list_background_holo" /> +</selector> \ No newline at end of file
diff --git a/res/values-sw580dp-w720dp/styles.xml b/res/values-sw580dp-w720dp/styles.xml index 05ac532..ff50d45 100644 --- a/res/values-sw580dp-w720dp/styles.xml +++ b/res/values-sw580dp-w720dp/styles.xml
@@ -21,7 +21,6 @@ <item name="android:textColorSecondary">@color/secondary_text_color</item> <item name="list_item_height">66dip</item> <item name="activated_background">@drawable/list_item_activated_background</item> - <item name="android:windowContentOverlay">@null</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>
diff --git a/res/values-sw580dp/styles.xml b/res/values-sw580dp/styles.xml index 871d566..a386e57 100644 --- a/res/values-sw580dp/styles.xml +++ b/res/values-sw580dp/styles.xml
@@ -21,7 +21,6 @@ <item name="android:textColorSecondary">@color/secondary_text_color</item> <item name="list_item_height">66dip</item> <item name="activated_background">@drawable/list_item_activated_background</item> - <item name="android:windowContentOverlay">@null</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>