| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_75"> |
| | | android:layout_height="@dimen/dp_52"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/power_station_search_iv" |
| | | android:layout_width="@dimen/dp_18" |
| | | android:layout_height="@dimen/dp_18" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:src="@drawable/search_path" |
| | | <!-- <ImageView--> |
| | | <!-- android:id="@+id/power_station_search_iv"--> |
| | | <!-- android:layout_width="@dimen/dp_18"--> |
| | | <!-- android:layout_height="@dimen/dp_18"--> |
| | | <!-- android:layout_marginStart="@dimen/dp_16"--> |
| | | <!-- android:src="@drawable/search_path"--> |
| | | <!-- app:layout_constraintStart_toStartOf="parent"--> |
| | | <!-- app:layout_constraintTop_toTopOf="parent" />--> |
| | | <View |
| | | android:id="@+id/line_top" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:background="@color/text_1AFFFFFF" |
| | | android:visibility="gone" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/power_station_name_tv" |
| | | android:id="@+id/message_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_marginStart="@dimen/dp_23" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="6.5dp" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:ellipsize="end" |
| | | android:singleLine="true" |
| | | android:textColor="@color/text_90000000" |
| | | android:textSize="@dimen/text_16" |
| | | app:layout_constraintStart_toEndOf="@+id/power_station_search_iv" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/power_station_location_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="@dimen/dp_7" |
| | | android:textColor="@color/text_40000000" |
| | | android:textSize="@dimen/text_12" |
| | | app:layout_constraintStart_toStartOf="@+id/power_station_name_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/power_station_name_tv" /> |
| | | android:layout_height="@dimen/dp_15" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_11" |
| | | app:layout_constraintStart_toStartOf="@+id/message_name_tv" |
| | | app:layout_constraintTop_toBottomOf="@+id/message_name_tv" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:layout_marginBottom="0.5dp" |
| | | android:background="@color/text_1AFFFFFF" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |