Bug 822859: Forward button doesn't have border on tablets. [r=mfinkle]

--HG--
extra : rebase_source : 466a9585bc9f22c14281e805647f17e733c35789
This commit is contained in:
Sriram Ramasubramanian 2012-12-28 15:26:45 -08:00
parent ce89319fe6
commit 01a5aec770
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -34,8 +34,8 @@
<style name="AddressBar.ImageButton.Forward">
<item name="android:contentDescription">@string/forward</item>
<item name="android:layout_width">64dip</item>
<item name="android:layout_height">42dip</item>
<item name="android:paddingLeft">21dp</item>
<item name="android:layout_height">38dip</item>
<item name="android:paddingLeft">22dp</item>
<item name="android:layout_gravity">center_vertical</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:src">@drawable/ic_menu_forward</item>