increased margins

This commit is contained in:
daniel oeh 2012-07-05 11:16:53 +02:00
parent c0c9e2fed2
commit 66ebc4975b

View File

@ -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" >