Add horizontal margin to the outer edges of the lower controls

This commit is contained in:
Christopher Eby 2010-02-19 20:59:19 -06:00
parent 458c1e29cd
commit e82b167485

View File

@ -40,6 +40,7 @@
android:id="@+id/previous" android:id="@+id/previous"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_marginLeft="15px"
android:background="@null" android:background="@null"
android:src="@drawable/previous" /> android:src="@drawable/previous" />
<ImageButton <ImageButton
@ -54,6 +55,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_marginLeft="25px" android:layout_marginLeft="25px"
android:layout_marginRight="15px"
android:background="@null" android:background="@null"
android:src="@drawable/next" /> android:src="@drawable/next" />
</LinearLayout> </LinearLayout>