| | |
| | | android:layout_height="match_parent" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="center_vertical" |
| | | android:text="Power Station" |
| | | android:text="@string/power_station" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_20" |
| | | android:textStyle="bold" /> |
| | |
| | | android:id="@+id/device_label" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_21" |
| | | android:layout_marginEnd="@dimen/dp_4" |
| | | android:layout_marginStart="19dp" |
| | | android:layout_marginEnd="7dp" |
| | | android:layout_toStartOf="@+id/edit_iv" |
| | | android:layout_toEndOf="@+id/power_station_label" |
| | | android:gravity="start|center_vertical" |
| | | android:text="Equipment" |
| | | android:text="@string/device" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_16" |
| | | |