Bug 1054264 - Show pressed state on edit mode's cancel button (r=margaret)

This commit is contained in:
Lucas Rocha 2014-08-15 18:23:19 +01:00
Родитель 6dfa4c5330
Коммит b5f0736766
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -116,6 +116,7 @@
style="@style/UrlBar.ImageButton.Icon"
android:layout_alignParentRight="true"
android:src="@drawable/close_edit_mode_selector"
android:background="@drawable/action_bar_button"
android:paddingLeft="2dp"
android:paddingRight="2dp"
android:contentDescription="@string/edit_mode_cancel"

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

@ -98,6 +98,7 @@
android:layout_alignParentRight="true"
android:src="@drawable/close_edit_mode_selector"
android:contentDescription="@string/edit_mode_cancel"
android:background="@drawable/action_bar_button"
android:visibility="invisible"/>
<!-- The space to the left of the cancel button would be larger than the right because