109 lines
4.2 KiB
XML
109 lines
4.2 KiB
XML
<?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"
|
|
android:id="@+id/big_ry"
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
android:orientation="vertical"
|
|
android:background="@color/color_f7f7f7"
|
|
tools:ignore="MissingDefaultResource">
|
|
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
android:id="@+id/refreshLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:visibility="visible"
|
|
app:srlAccentColor="@color/color_6b3689">
|
|
|
|
<com.hbl.lewan.widget.BezierCircleHeader
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recyclerview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/dp_5"
|
|
android:layout_marginRight="@dimen/dp_5"
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:overScrollMode="never" />
|
|
|
|
<com.scwang.smart.refresh.footer.ClassicsFooter
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:srlAccentColor="@color/color_333333" />
|
|
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/emtry_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:id="@+id/emtry_iv"
|
|
android:layout_width="@dimen/dp_180"
|
|
android:layout_height="@dimen/dp_180"
|
|
android:layout_marginTop="@dimen/dp_150" />
|
|
|
|
<TextView
|
|
android:id="@+id/emtry_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_18"
|
|
android:text="努力加载中~"
|
|
android:textColor="@color/color_bcbcbc"
|
|
android:textSize="16sp" />
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_horizontal"
|
|
android:visibility="gone"
|
|
android:id="@+id/dingwei_ry"
|
|
android:orientation="vertical">
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="164dp"
|
|
android:src="@mipmap/dingwei_img"/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textStyle="bold"
|
|
android:text="@string/kaiqiwzqx_txt"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:textColor="@color/color_333333"
|
|
android:textSize="17sp"
|
|
/>
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginTop="11dp"
|
|
android:text="@string/kqqx_tips_txt"
|
|
android:textColor="@color/color_999999"
|
|
android:textSize="14sp"
|
|
/>
|
|
<TextView
|
|
android:layout_width="136dp"
|
|
android:layout_height="40dp"
|
|
android:text="@string/now_open_loc_txt"
|
|
android:id="@+id/now_open_tv"
|
|
android:layout_marginTop="@dimen/dp_22"
|
|
android:gravity="center"
|
|
android:background="@drawable/logout_btn1"
|
|
android:textColor="#ffffffff"
|
|
android:textSize="14sp"
|
|
/>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
</RelativeLayout> |