Bug 739350: Resolution specific doorhanger resources. [r=mfinkle] [a=blocking-fennec]

This commit is contained in:
Sriram Ramasubramanian 2012-04-23 11:37:56 -07:00
parent 3019e4b61c
commit 4eeec71294
12 changed files with 7 additions and 3 deletions

View File

@ -481,6 +481,10 @@ RES_DRAWABLE_XHDPI_V11 = \
res/drawable-xhdpi-v11/address_bar_texture_port.png \
res/drawable-xhdpi-v11/address_bar_url_bg.9.png \
res/drawable-xhdpi-v11/address_bar_url_outline.9.png \
res/drawable-xhdpi-v11/doorhanger_arrow.png \
res/drawable-xhdpi-v11/doorhanger_bg.9.png \
res/drawable-xhdpi-v11/doorhanger_shadow_bg.9.png \
res/drawable-xhdpi-v11/doorhanger_popup_bg.9.png \
res/drawable-xhdpi-v11/urlbar_stop.png \
res/drawable-xhdpi-v11/site_security_identified.png \
res/drawable-xhdpi-v11/site_security_verified.png \

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: 133 B

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 142 B

View File

@ -16,10 +16,10 @@
</ScrollView>
<ImageView android:layout_width="43dip"
android:layout_height="15dip"
<ImageView android:layout_width="44dip"
android:layout_height="16dip"
android:layout_marginLeft="4dip"
android:layout_marginTop="10dip"
android:layout_marginTop="9dip"
android:layout_alignParentTop="true"
android:src="@drawable/doorhanger_arrow"
android:scaleType="fitXY"/>