wjc
6 天以前 c3542b10ea66a1c3fad44fe8e0efd357d7d3857e
app/src/main/res/layout/activity_house_search.xml
@@ -4,7 +4,7 @@
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_FF161616"
    android:background="@color/text_FF000000"
    tools:context=".ui.powerstation.HouseSearchActivity">
    <!--搜索-->
    <RelativeLayout
@@ -33,10 +33,11 @@
        <RelativeLayout
            android:id="@+id/search_et_bj"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_marginStart="@dimen/dp_7"
            android:layout_marginEnd="@dimen/dp_21"
            android:layout_marginEnd="@dimen/dp_11"
            android:layout_toStartOf="@+id/power_station_search_tv"
            android:layout_toEndOf="@+id/back_rl"
            android:background="@drawable/search_bj_ff1c1c1e">
@@ -62,8 +63,8 @@
                android:background="@null"
                android:gravity="start|center_vertical"
                android:hint="@string/search_station"
                android:textColor="@color/text_E6FFFFFF"
                android:textColorHint="@color/text_66FFFFFF"
                android:textColor="@color/text_FFACACAC"
                android:textColorHint="@color/text_FF5B5B5B"
                android:textSize="@dimen/text_14" />
            <ImageView
@@ -76,17 +77,23 @@
                android:src="@drawable/clear" />
        </RelativeLayout>
        <TextView
        <LinearLayout
            android:id="@+id/power_station_search_tv"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_alignParentEnd="true"
            android:layout_centerVertical="true"
            android:layout_marginEnd="@dimen/dp_21"
            android:gravity="center"
            android:text="@string/search"
            android:textColor="@color/text_E6FFFFFF"
            android:textSize="@dimen/text_14" />
            android:layout_centerVertical="true">
            <TextView
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_marginStart="@dimen/dp_10"
                android:layout_marginEnd="@dimen/dp_21"
                android:gravity="center"
                android:text="@string/search"
                android:textColor="@color/text_FFACACAC"
                android:textSize="@dimen/text_14" />
        </LinearLayout>
    </RelativeLayout>
@@ -108,7 +115,7 @@
            android:layout_marginTop="@dimen/dp_23"
            android:layout_marginEnd="@dimen/dp_21"
            android:text="@string/history_search"
            android:textColor="@color/text_66FFFFFF"
            android:textColor="@color/text_FF5B5B5B"
            android:textSize="@dimen/text_16"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />
@@ -146,7 +153,7 @@
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/power_station_search_cl">
        <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
        <com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout
            android:id="@+id/list_srl"
            android:layout_width="match_parent"
            android:layout_height="0dp"
@@ -158,8 +165,11 @@
            <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/list_rcv"
                android:layout_width="match_parent"
                android:layout_height="match_parent" />
        </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
                android:layout_height="match_parent"
                android:clipToPadding="false"
                android:paddingTop="@dimen/dp_10"
                />
        </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout>
    </androidx.constraintlayout.widget.ConstraintLayout>
    <!--没有数据显示样式-->