From 7aa15596f9e662f5d7cc1ea30456e67e1ffe2456 Mon Sep 17 00:00:00 2001 From: Sriram Ramasubramanian Date: Fri, 8 Jun 2012 09:31:04 -0700 Subject: [PATCH] Bug 760090: Find in page button should have orange press state. [r=mfinkle] --- .../base/resources/layout/find_in_page_content.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mobile/android/base/resources/layout/find_in_page_content.xml b/mobile/android/base/resources/layout/find_in_page_content.xml index 1a7e474578a8..1ef3d1486df3 100644 --- a/mobile/android/base/resources/layout/find_in_page_content.xml +++ b/mobile/android/base/resources/layout/find_in_page_content.xml @@ -23,18 +23,21 @@ 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"/> + android:layout_toLeftOf="@+id/find_close" + android:background="@drawable/action_bar_button"/> + android:layout_alignParentRight="true" + android:background="@drawable/action_bar_button"/>