mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-05 13:27:09 +01:00
increased margins
This commit is contained in:
parent
c0c9e2fed2
commit
66ebc4975b
@ -1,10 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_marginLeft="1dp"
|
||||
android:layout_marginTop="4dp" >
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="8dp" >
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/butAction"
|
||||
@ -24,6 +22,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_toLeftOf="@id/butAction"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user