@@ -153,6 +153,8 @@ please see themes_device_defaults.xml.
153153 ?android:attr/expandableListPreferredItemIndicatorLeft</item >
154154 <item name =" expandableListPreferredChildIndicatorRight" >
155155 ?android:attr/expandableListPreferredItemIndicatorRight</item >
156+ <item name =" findOnPageNextDrawable" >@android:drawable/ic_find_next_holo_dark</item >
157+ <item name =" findOnPagePreviousDrawable" >@android:drawable/ic_find_previous_holo_dark</item >
156158
157159 <!-- Gallery attributes -->
158160 <item name =" galleryItemBackground" >@android:drawable/gallery_item_background</item >
@@ -467,6 +469,8 @@ please see themes_device_defaults.xml.
467469 <item name =" detailsElementBackground" >@android:drawable/panel_bg_holo_light</item >
468470
469471 <item name =" mediaRouteButtonStyle" >@android:style/Widget.DeviceDefault.Light.MediaRouteButton</item >
472+ <item name =" findOnPageNextDrawable" >@android:drawable/ic_find_next_holo_light</item >
473+ <item name =" findOnPagePreviousDrawable" >@android:drawable/ic_find_previous_holo_light</item >
470474 </style >
471475
472476 <!-- Variant of {@link #Theme_Light} with no title bar -->
@@ -980,6 +984,8 @@ please see themes_device_defaults.xml.
980984 <item name =" expandableListPreferredItemIndicatorRight" >0dip</item >
981985 <item name =" expandableListPreferredChildIndicatorLeft" >?android:attr/expandableListPreferredItemIndicatorLeft</item >
982986 <item name =" expandableListPreferredChildIndicatorRight" >?android:attr/expandableListPreferredItemIndicatorRight</item >
987+ <item name =" findOnPageNextDrawable" >@android:drawable/ic_find_next_holo_dark</item >
988+ <item name =" findOnPagePreviousDrawable" >@android:drawable/ic_find_previous_holo_dark</item >
983989
984990 <!-- Gallery attributes -->
985991 <item name =" galleryItemBackground" >@android:drawable/gallery_item_background</item >
@@ -1283,6 +1289,8 @@ please see themes_device_defaults.xml.
12831289 <item name =" expandableListPreferredChildIndicatorRight" >?android:attr/expandableListPreferredItemIndicatorRight</item >
12841290
12851291 <item name =" listDividerAlertDialog" >@android:drawable/list_divider_holo_light</item >
1292+ <item name =" findOnPageNextDrawable" >@android:drawable/ic_find_next_holo_light</item >
1293+ <item name =" findOnPagePreviousDrawable" >@android:drawable/ic_find_previous_holo_light</item >
12861294
12871295 <!-- Gallery attributes -->
12881296 <item name =" galleryItemBackground" >@android:drawable/gallery_item_background</item >
0 commit comments