зеркало из https://github.com/mozilla/pjs.git
Bug 703344: Stop and security icons are bigger than needed [r=mfinkle]
This commit is contained in:
Родитель
2d92541e83
Коммит
c58aedd6ee
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче