0元购Android端

fragment_main.xml 1.1KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <include layout="@layout/common_wifi_layout" android:visibility="gone" /> <com.scwang.smart.refresh.layout.SmartRefreshLayout android:id="@+id/main_fragment_refreshLayout" android:layout_width="match_parent" android:layout_height="match_parent"> <com.junxin.zeropay.view.SimpleHeader android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="10dp"/> <androidx.recyclerview.widget.RecyclerView android:id="@+id/main_fragment_rv" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/rv_padding" android:paddingRight="@dimen/rv_padding" /> </com.scwang.smart.refresh.layout.SmartRefreshLayout> </RelativeLayout>