| | |
| | | <RelativeLayout |
| | | android:id="@+id/title_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_31" |
| | | android:layout_height="@dimen/dp_44" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_44" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | |
| | | android:id="@+id/device_label" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginStart="19dp" |
| | | android:layout_marginEnd="7dp" |
| | | android:layout_toStartOf="@+id/edit_iv" |
| | | android:layout_marginStart="17dp" |
| | | android:layout_marginEnd="-339dp" |
| | | android:layout_toEndOf="@+id/power_station_label" |
| | | android:gravity="start|center_vertical" |
| | | android:text="@string/device" |
| | |
| | | android:layout_marginEnd="@dimen/dp_13" |
| | | android:layout_toStartOf="@+id/add_iv" |
| | | android:src="@drawable/edit" |
| | | android:visibility="gone" |
| | | |
| | | /> |
| | | android:visibility="gone" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/add_iv" |
| | | android:layout_width="@dimen/dp_31" |
| | | android:layout_height="@dimen/dp_31" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@drawable/add" /> |
| | | |
| | | |