New images and padding adjustments

pull/14/head
Sam Bosley 13 years ago
parent e70d5e69d1
commit 5b0afec23a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -13,6 +13,7 @@
android:layout_marginLeft="10dip"
android:gravity="center_vertical"
style="@style/TextAppearance"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="?attr/asTextColorInverse"
android:layout_weight="1"
@ -20,19 +21,20 @@
<ImageView
android:id="@+id/positiveFeedback"
android:layout_width="20dip"
android:layout_height="20dip"
android:layout_width="24dip"
android:layout_height="26dip"
android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginRight="20dip"
android:layout_marginRight="10dip"
android:src="@drawable/icn_thumbsup"/>
<ImageView
android:id="@+id/negativeFeedback"
android:layout_width="20dip"
android:layout_height="20dip"
android:layout_width="24dip"
android:layout_height="26dip"
android:gravity="center"
android:scaleType="fitCenter"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:src="@drawable/icn_thumbsdown"/>

Loading…
Cancel
Save