am 49dfd814: Merge "Find on page asset update" into ics-mr0

* commit '49dfd814acef0c4b3bc9e408969d5ffa99883664':
  Find on page asset update
This commit is contained in:
John Reck
2011-10-18 16:39:39 -07:00
committed by Android Git Automerger
13 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -16,11 +16,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/find_prev" <item android:id="@+id/find_prev"
android:icon="@drawable/ic_btn_find_prev" android:icon="@drawable/ic_find_previous_holo_dark"
android:showAsAction="always" android:showAsAction="always"
/> />
<item android:id="@+id/find_next" <item android:id="@+id/find_next"
android:icon="@drawable/ic_btn_find_next" android:icon="@drawable/ic_find_next_holo_dark"
android:showAsAction="always" android:showAsAction="always"
/> />
</menu> </menu>