| | |
| | | android:layout_alignParentStart="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_13" |
| | | android:src="@drawable/search_path" |
| | | /> |
| | | android:src="@drawable/search_path" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/power_station_search_tv" |
| | |
| | | android:layout_toEndOf="@+id/power_station_search_iv" |
| | | android:text="Search the power station" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" |
| | | /> |
| | | android:textSize="@dimen/text_14" /> |
| | | </RelativeLayout> |
| | | |
| | | <ImageView |
| | |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <!--条件筛选--> |
| | | <LinearLayout |
| | | android:id="@+id/screening_condition_ll" |
| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/power_station_search_cl"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/screening_condition_1" |
| | | android:layout_width="@dimen/dp_74" |
| | | android:layout_height="@dimen/dp_56" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/station_status_no_ffffff" |
| | | android:orientation="vertical"> |
| | | <include |
| | | android:id="@+id/power_station_all_il" |
| | | layout="@layout/item_station" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_number1_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="7dp" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_21" |
| | | android:textStyle="bold" /> |
| | | <include |
| | | android:id="@+id/power_station_faults_il" |
| | | layout="@layout/item_station" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_text1_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="17dp" |
| | | android:layout_marginTop="1dp" |
| | | android:gravity="center" |
| | | android:text="@string/message_all" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | <include |
| | | android:id="@+id/hpower_station_offline_il" |
| | | layout="@layout/item_station" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/screening_condition_2" |
| | | android:layout_width="@dimen/dp_74" |
| | | android:layout_height="@dimen/dp_56" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/station_status_no_ffffff" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_number2_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="7dp" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_21" |
| | | android:textStyle="bold" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_text2_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="1dp" |
| | | android:gravity="center" |
| | | android:text="@string/alarm_all_grade_malfunction" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/screening_condition_3" |
| | | android:layout_width="@dimen/dp_74" |
| | | android:layout_height="@dimen/dp_56" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/station_status_no_ffffff" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_number3_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="7dp" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_21" |
| | | android:textStyle="bold" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_text3_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="1dp" |
| | | android:gravity="center" |
| | | android:text="@string/my_power_station_off_line" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/screening_condition_4" |
| | | android:layout_width="@dimen/dp_74" |
| | | android:layout_height="@dimen/dp_56" |
| | | android:layout_gravity="center_vertical" |
| | | android:background="@drawable/station_status_no_ffffff" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_number4_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_25" |
| | | android:layout_marginTop="7dp" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_E6000000" |
| | | android:textSize="@dimen/text_21" |
| | | android:textStyle="bold" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/screening_condition_text4_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="1dp" |
| | | android:gravity="center" |
| | | android:text="@string/to_be_added" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | </LinearLayout> |
| | | <include |
| | | android:id="@+id/power_station_connected_il" |
| | | layout="@layout/item_station" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <!--升序降序功能--> |
| | | <LinearLayout |
| | | android:id="@+id/ascending_order_descending_order_parent_ll" |