Add horizontal margin to the outer edges of the lower controls
This commit is contained in:
parent
458c1e29cd
commit
e82b167485
@ -40,6 +40,7 @@
|
||||
android:id="@+id/previous"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginLeft="15px"
|
||||
android:background="@null"
|
||||
android:src="@drawable/previous" />
|
||||
<ImageButton
|
||||
@ -54,6 +55,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginLeft="25px"
|
||||
android:layout_marginRight="15px"
|
||||
android:background="@null"
|
||||
android:src="@drawable/next" />
|
||||
</LinearLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user