Bug 760090: Find in page button should have orange press state. [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian 2012-06-08 09:31:04 -07:00
Родитель 3eee0a60bc
Коммит 7aa15596f9
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -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"/>
<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>