1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/relativeLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/qrback"> <ImageButton android:id="@+id/ImageButton02" android:layout_width="140dp" android:layout_height="65dp" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_marginBottom="41dp" android:background="@null" android:src="@drawable/receiver1" /> <ImageButton android:id="@+id/ImageButton01" android:layout_width="140dp" android:layout_height="65dp" android:layout_above="@+id/ImageButton02" android:layout_alignLeft="@+id/ImageButton02" android:layout_marginBottom="41dp" android:background="@null" android:src="@drawable/sender1" /> <TextView android:id="@+id/text1" android:layout_width="wrap_content" android:layout_height="20dp" android:layout_above="@+id/ImageButton01" android:layout_alignParentLeft="true" android:layout_marginBottom="94dp" android:layout_marginLeft="66dp" android:textColor="@drawable/white" android:textStyle="bold" /> </RelativeLayout> |
Direct link: https://paste.plurk.com/show/1043925