27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<com.daimajia.swipe.SwipeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/godfather"
|
|
android:layout_width="match_parent" android:layout_height="match_parent">
|
|
<LinearLayout
|
|
android:gravity="center"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<ImageView
|
|
android:src="@drawable/bird"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout>
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<include layout="@layout/sample_together" android:layout_width="match_parent" android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:src="@drawable/hand"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginBottom="60dp"
|
|
android:layout_width="65dp"
|
|
android:layout_height="65dp" />
|
|
</RelativeLayout>
|
|
</com.daimajia.swipe.SwipeLayout> |