Merge "DO NOT MERGE Engineer-asset light-theme findonpage prev/next buttons" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1b36a68f60
BIN
core/res/res/drawable-hdpi/ic_find_next_holo_light.png
Normal file
BIN
core/res/res/drawable-hdpi/ic_find_next_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 926 B |
BIN
core/res/res/drawable-hdpi/ic_find_previous_holo_light.png
Normal file
BIN
core/res/res/drawable-hdpi/ic_find_previous_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 920 B |
BIN
core/res/res/drawable-mdpi/ic_find_next_holo_light.png
Normal file
BIN
core/res/res/drawable-mdpi/ic_find_next_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 623 B |
BIN
core/res/res/drawable-mdpi/ic_find_previous_holo_light.png
Normal file
BIN
core/res/res/drawable-mdpi/ic_find_previous_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 622 B |
BIN
core/res/res/drawable-xhdpi/ic_find_next_holo_light.png
Normal file
BIN
core/res/res/drawable-xhdpi/ic_find_next_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png
Normal file
BIN
core/res/res/drawable-xhdpi/ic_find_previous_holo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -16,11 +16,11 @@
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/find_prev"
|
||||
android:icon="@drawable/ic_find_previous_holo_dark"
|
||||
android:icon="?android:attr/findOnPagePreviousDrawable"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
<item android:id="@+id/find_next"
|
||||
android:icon="@drawable/ic_find_next_holo_dark"
|
||||
android:icon="?android:attr/findOnPageNextDrawable"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
</menu>
|
||||
|
||||
@@ -842,6 +842,12 @@
|
||||
<!-- The drawable for accessibility focused views. -->
|
||||
<attr name="accessibilityFocusedDrawable" format="reference" />
|
||||
|
||||
<!-- Drawable for WebView find-on-page dialogue's "next" button. @hide -->
|
||||
<attr name="findOnPageNextDrawable" format="reference" />
|
||||
|
||||
<!-- Drawable for WebView find-on-page dialogue's "previous" button. @hide -->
|
||||
<attr name="findOnPagePreviousDrawable" format="reference" />
|
||||
|
||||
</declare-styleable>
|
||||
|
||||
<!-- **************************************************************** -->
|
||||
|
||||
@@ -153,6 +153,8 @@ please see themes_device_defaults.xml.
|
||||
?android:attr/expandableListPreferredItemIndicatorLeft</item>
|
||||
<item name="expandableListPreferredChildIndicatorRight">
|
||||
?android:attr/expandableListPreferredItemIndicatorRight</item>
|
||||
<item name="findOnPageNextDrawable">@android:drawable/ic_find_next_holo_dark</item>
|
||||
<item name="findOnPagePreviousDrawable">@android:drawable/ic_find_previous_holo_dark</item>
|
||||
|
||||
<!-- Gallery attributes -->
|
||||
<item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
|
||||
@@ -467,6 +469,8 @@ please see themes_device_defaults.xml.
|
||||
<item name="detailsElementBackground">@android:drawable/panel_bg_holo_light</item>
|
||||
|
||||
<item name="mediaRouteButtonStyle">@android:style/Widget.DeviceDefault.Light.MediaRouteButton</item>
|
||||
<item name="findOnPageNextDrawable">@android:drawable/ic_find_next_holo_light</item>
|
||||
<item name="findOnPagePreviousDrawable">@android:drawable/ic_find_previous_holo_light</item>
|
||||
</style>
|
||||
|
||||
<!-- Variant of {@link #Theme_Light} with no title bar -->
|
||||
@@ -980,6 +984,8 @@ please see themes_device_defaults.xml.
|
||||
<item name="expandableListPreferredItemIndicatorRight">0dip</item>
|
||||
<item name="expandableListPreferredChildIndicatorLeft">?android:attr/expandableListPreferredItemIndicatorLeft</item>
|
||||
<item name="expandableListPreferredChildIndicatorRight">?android:attr/expandableListPreferredItemIndicatorRight</item>
|
||||
<item name="findOnPageNextDrawable">@android:drawable/ic_find_next_holo_dark</item>
|
||||
<item name="findOnPagePreviousDrawable">@android:drawable/ic_find_previous_holo_dark</item>
|
||||
|
||||
<!-- Gallery attributes -->
|
||||
<item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
|
||||
@@ -1283,6 +1289,8 @@ please see themes_device_defaults.xml.
|
||||
<item name="expandableListPreferredChildIndicatorRight">?android:attr/expandableListPreferredItemIndicatorRight</item>
|
||||
|
||||
<item name="listDividerAlertDialog">@android:drawable/list_divider_holo_light</item>
|
||||
<item name="findOnPageNextDrawable">@android:drawable/ic_find_next_holo_light</item>
|
||||
<item name="findOnPagePreviousDrawable">@android:drawable/ic_find_previous_holo_light</item>
|
||||
|
||||
<!-- Gallery attributes -->
|
||||
<item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
|
||||
|
||||
Reference in New Issue
Block a user