Increase padding on the long widget buttons

This commit is contained in:
Christopher Eby 2010-07-25 03:07:25 -05:00
parent 03ffdfbaf3
commit 7156d11ea1

View File

@ -71,6 +71,7 @@
android:layout_height="0px"
android:layout_weight="1"
android:src="@drawable/play_multi"
android:padding="5dip"
android:background="#0000"
android:scaleType="fitCenter" />
<ImageButton
@ -78,6 +79,7 @@
android:layout_width="fill_parent"
android:layout_height="0px"
android:layout_weight="1"
android:padding="5dip"
android:src="@drawable/next_multi"
android:background="#0000"
android:scaleType="fitCenter" />