| | |
| | | android:layout_marginStart="@dimen/dp_13" |
| | | android:src="@drawable/search_path" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/power_station_search_et" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | | <TextView |
| | | android:id="@+id/power_station_search_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_11" |
| | | android:layout_marginEnd="@dimen/dp_40" |
| | | android:layout_toEndOf="@+id/power_station_search_iv" |
| | | android:background="@null" |
| | | android:gravity="start|center_vertical" |
| | | android:hint="@string/search_station" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textColorHint="@color/text_FF5B5B5B" |
| | | android:text="@string/search_station" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/power_station_clear_iv" |
| | | android:layout_width="@dimen/dp_20" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_13" |
| | | android:src="@drawable/clear" |
| | | android:visibility="gone" /> |
| | | </RelativeLayout> |
| | | |
| | | <ImageView |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:clipToPadding="false" |
| | | android:paddingTop="@dimen/dp_10" |
| | | /> |
| | | android:paddingTop="@dimen/dp_10" /> |
| | | |
| | | </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout> |
| | | <!--没有数据显示样式--> |