| | |
| | | android:layout_height="148dp" |
| | | android:orientation="vertical"> |
| | | |
| | | <View |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_8" /> |
| | | <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: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_32" /> |
| | | </LinearLayout> |
| | | |
| | | <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 |
| | | 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> |