Bug 703344: Stop and security icons are bigger than needed [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian 2011-11-17 12:21:27 -08:00
Родитель 2d92541e83
Коммит c58aedd6ee
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -50,18 +50,19 @@
<ImageButton android:id="@+id/stop"
style="@style/AddressBar.ImageButton"
android:layout_width="20dip"
android:layout_height="20dip"
android:layout_width="38dip"
android:layout_height="38dip"
android:layout_marginRight="15dip"
android:layout_centerVertical="true"
android:paddingLeft="22dip"
android:src="@drawable/urlbar_stop"
android:layout_alignRight="@id/awesome_bar"
android:visibility="gone"/>
<ImageButton android:id="@+id/site_security"
style="@style/AddressBar.ImageButton"
android:layout_width="20dip"
android:layout_height="20dip"
android:layout_width="16dip"
android:layout_height="16dip"
android:layout_marginRight="15dip"
android:layout_centerVertical="true"
android:src="@drawable/site_security_level"