Increase padding on the long widget buttons
This commit is contained in:
parent
03ffdfbaf3
commit
7156d11ea1
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user