am 49dfd814: Merge "Find on page asset update" into ics-mr0
* commit '49dfd814acef0c4b3bc9e408969d5ffa99883664': Find on page asset update
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 912 B |
BIN
core/res/res/drawable-hdpi/ic_find_next_holo_dark.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
core/res/res/drawable-hdpi/ic_find_previous_holo_dark.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 615 B |
BIN
core/res/res/drawable-mdpi/ic_find_next_holo_dark.png
Normal file
|
After Width: | Height: | Size: 740 B |
BIN
core/res/res/drawable-mdpi/ic_find_previous_holo_dark.png
Normal file
|
After Width: | Height: | Size: 744 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
core/res/res/drawable-xhdpi/ic_find_next_holo_dark.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
core/res/res/drawable-xhdpi/ic_find_previous_holo_dark.png
Normal file
|
After Width: | Height: | Size: 1.4 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_btn_find_prev"
|
||||
android:icon="@drawable/ic_find_previous_holo_dark"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
<item android:id="@+id/find_next"
|
||||
android:icon="@drawable/ic_btn_find_next"
|
||||
android:icon="@drawable/ic_find_next_holo_dark"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
</menu>
|
||||
|
||||