| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="66dp" |
| | | android:layout_height="164dp" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:layout_height="204.5dp" |
| | | android:layout_marginTop="@dimen/dp_0" |
| | | android:orientation="vertical"> |
| | | |
| | | <View |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_24" /> |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_10" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/move_home_iv" |
| | | android:layout_width="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:src="@drawable/move_house" /> |
| | | <LinearLayout |
| | | android:id="@+id/move_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="vertical"> |
| | | |
| | | <View |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_32" /> |
| | | <ImageView |
| | | android:id="@+id/move_home_iv" |
| | | android:layout_width="@dimen/dp_36" |
| | | android:layout_height="@dimen/dp_36" |
| | | android:src="@drawable/move_house" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/del_home_iv" |
| | | android:layout_width="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:src="@drawable/del_home" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/del_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <ImageView |
| | | android:id="@+id/del_home_iv" |
| | | android:layout_width="@dimen/dp_36" |
| | | android:layout_height="@dimen/dp_36" |
| | | android:src="@drawable/del_home" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |