Commit 913d5abd authored by wanglei's avatar wanglei

[拆包]大文件功能ui

parent 94b6e416
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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:background="@color/color_f7fafa">
......@@ -171,16 +172,30 @@
android:src="@drawable/zhanwei1" />
</com.base.appzxhy.business.ads.NativeParentView>
<androidx.appcompat.widget.AppCompatImageView
<LinearLayout
android:id="@+id/iv_empty"
android:layout_width="@dimen/dp_150"
android:layout_height="@dimen/dp_150"
android:src="@drawable/queshengtu"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
tools:visibility="visible">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/img_queshengye_large" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_18"
android:text="@string/content_not_found" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_large_file"
......
......@@ -236,6 +236,7 @@ Please rest assured that we will handle your information in strict accordance wi
<string name="video_clean">Video Clean</string>
<string name="thank_you_very_much">Thank you very much for taking the time to rate us.</string>
<string name="view">View</string>
<string name="content_not_found">Content not found</string>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment