Bug 760090: Find in page button should have orange press state. [r=mfinkle]
--- a/mobile/android/base/resources/layout/find_in_page_content.xml
+++ b/mobile/android/base/resources/layout/find_in_page_content.xml
@@ -18,23 +18,26 @@
android:selectAllOnFocus="true"
android:gravity="center_vertical|left"
android:layout_toLeftOf="@+id/find_prev"/>
<ImageButton android:id="@+id/find_prev"
style="@style/FindBar.ImageButton"
android:contentDescription="@string/find_prev"
android:src="@drawable/find_prev"
- android:layout_toLeftOf="@+id/find_next"/>
+ android:layout_toLeftOf="@+id/find_next"
+ android:background="@drawable/action_bar_button"/>
<ImageButton android:id="@+id/find_next"
style="@style/FindBar.ImageButton"
android:contentDescription="@string/find_next"
android:src="@drawable/find_next"
- android:layout_toLeftOf="@+id/find_close"/>
+ android:layout_toLeftOf="@+id/find_close"
+ android:background="@drawable/action_bar_button"/>
<ImageButton android:id="@+id/find_close"
style="@style/FindBar.ImageButton"
android:contentDescription="@string/find_close"
android:src="@drawable/find_close"
- android:layout_alignParentRight="true"/>
+ android:layout_alignParentRight="true"
+ android:background="@drawable/action_bar_button"/>
</merge>