| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/power_station_label_top_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_200" |
| | | android:layout_height="205dp" |
| | | android:layout_marginTop="@dimen/dp_44" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="center_vertical" |
| | | android:text="Power Station" |
| | | android:textColor="@color/text_90000000" |
| | | android:textSize="@dimen/text_20" |
| | |
| | | android:layout_height="match_parent" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_21" |
| | | android:layout_marginEnd="@dimen/dp_4" |
| | | android:layout_toStartOf="@+id/edit_iv" |
| | | android:layout_toEndOf="@+id/power_station_label" |
| | | android:gravity="" |
| | | android:gravity="start|center_vertical" |
| | | android:text="Equipment" |
| | | android:textColor="@color/text_40000000" |
| | | android:textSize="@dimen/text_16" |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/station_power_iv" |
| | | android:layout_width="@dimen/dp_18" |
| | | android:layout_height="@dimen/dp_18" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="15dp" |
| | | android:layout_marginStart="-8dp" |
| | | android:layout_toEndOf="@+id/station_power_tv" |
| | | android:src="@drawable/ascending_sort" /> |
| | | </RelativeLayout> |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | |
| | | app:layout_constraintTop_toBottomOf="@+id/power_station_label_top_cl"> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |