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: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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user