| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="82dp" |
| | | android:layout_height="142dp" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:layout_width="66dp" |
| | | android:layout_height="148dp" |
| | | android:orientation="vertical"> |
| | | |
| | | <View |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_19" /> |
| | | <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"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/move_home_iv" |
| | | android:layout_width="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:src="@drawable/move_house" /> |
| | | <ImageView |
| | | android:id="@+id/move_home_iv" |
| | | android:layout_width="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:src="@drawable/move_house" /> |
| | | |
| | | <View |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_16" /> |
| | | </LinearLayout> |
| | | |
| | | <ImageView |
| | | android:id="@+id/del_home_iv" |
| | | android:layout_width="@dimen/dp_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:src="@drawable/del_house" /> |
| | | <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_50" |
| | | android:layout_height="@dimen/dp_50" |
| | | android:src="@drawable/del_home" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |