Bug 935534 - Use UrlBar.ImageButton.Unused on Back/Fwd phone buttons (r=sriram)

This commit is contained in:
Lucas Rocha 2013-11-08 15:07:29 +00:00
parent 52ebffd5d2
commit 71fdd540b4
2 changed files with 2 additions and 10 deletions

View File

@ -7,10 +7,10 @@
xmlns:gecko="http://schemas.android.com/apk/res-auto">
<ImageButton android:id="@+id/back"
style="@style/UrlBar.ImageButton.Back"/>
style="@style/UrlBar.ImageButton.Unused"/>
<ImageButton android:id="@+id/forward"
style="@style/UrlBar.ImageButton.Forward"/>
style="@style/UrlBar.ImageButton.Unused"/>
<org.mozilla.gecko.BrowserToolbarBackground android:id="@+id/url_bar_bg"
android:layout_width="fill_parent"

View File

@ -374,14 +374,6 @@
<item name="android:visibility">gone</item>
</style>
<style name="UrlBar.ImageButton.Back" parent="UrlBar.ImageButton.Unused">
<item name="android:contentDescription">@string/back</item>
</style>
<style name="UrlBar.ImageButton.Forward" parent="UrlBar.ImageButton.Unused">
<item name="android:contentDescription">@string/forward</item>
</style>
<!-- URL bar - Image Button - Icon -->
<style name="UrlBar.ImageButton.Icon">
<item name="android:layout_width">@dimen/browser_toolbar_icon_width</item>