| Index: content/public/android/java/res/values-v17/styles.xml
|
| diff --git a/content/public/android/java/res/values-v17/styles.xml b/content/public/android/java/res/values-v17/styles.xml
|
| index 7c439dc8602795fa22b629fc2e9ec53e18875928..2cad82c4c2a93ee9baf732488d3a0730d036606c 100644
|
| --- a/content/public/android/java/res/values-v17/styles.xml
|
| +++ b/content/public/android/java/res/values-v17/styles.xml
|
| @@ -10,4 +10,8 @@
|
| <item name="select_dialog_singlechoice">@android:layout/select_dialog_singlechoice</item>
|
| <item name="select_dialog_multichoice">@android:layout/select_dialog_multichoice</item>
|
| </style>
|
| +
|
| + <style name="SingleSelectPopupWindow" parent="@android:style/Widget.ListPopupWindow">
|
| + <item name="android:popupBackground">@drawable/single_select_popup_background</item>
|
| + </style>
|
| </resources>
|
|
|