diff options
| -rw-r--r-- | core/res/res/values/styles.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/themes.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index 8cc5944dc058..72f1801831e9 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -589,7 +589,7 @@ </style> <style name="Widget.ListView.White" parent="Widget.AbsListView"> - <item name="android:listSelector">@android:drawable/list_selector_background_light</item> + <item name="android:listSelector">@android:drawable/list_selector_background</item> <item name="android:cacheColorHint">?android:attr/colorBackgroundCacheHint</item> <item name="android:divider">@android:drawable/divider_horizontal_bright_opaque</item> </style> diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 927a668ac857..82164e5ae742 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -105,7 +105,7 @@ <item name="listChoiceIndicatorSingle">@android:drawable/btn_radio</item> <item name="listChoiceIndicatorMultiple">@android:drawable/btn_check</item> - <item name="listChoiceBackgroundIndicator">@android:drawable/list_selected_background</item> + <item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_background</item> <item name="activatedBackgroundIndicator">@android:drawable/activated_background</item> @@ -358,7 +358,7 @@ <item name="textColorLinkInverse">@android:color/link_text_dark</item> <item name="editTextColor">?android:attr/textColorPrimary</item> - <item name="listChoiceBackgroundIndicator">@android:drawable/list_selected_background_light</item> + <item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_background</item> <item name="activatedBackgroundIndicator">@android:drawable/activated_background_light</item> <item name="quickContactBadgeOverlay">@android:drawable/quickcontact_badge_overlay_light</item> |