panlili2024
2024-11-08 81d297dd33911dbfdc93dbc3fa9747e511b7ce8e
app/src/main/res/layout/activity_appliances_new.xml
@@ -15,13 +15,13 @@
        android:layout_height="match_parent"
        android:layout_below="@+id/hdl_top_bar_layout">
        <android.support.v7.widget.RecyclerView
        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/recyclerView_hl"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@color/transparent">
        </android.support.v7.widget.RecyclerView>
        </androidx.recyclerview.widget.RecyclerView>
    </LinearLayout>
</RelativeLayout>