Commit 8480ba93 authored by wanglei's avatar wanglei

[拆包]空占位图ui

parent 913d5abd
......@@ -191,6 +191,8 @@
android:src="@drawable/img_queshengye_large" />
<TextView
android:textSize="@dimen/sp_14"
android:textColor="#AEB4BD"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_18"
......
......@@ -73,15 +73,16 @@
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_empty"
android:layout_width="@dimen/dp_150"
android:layout_height="@dimen/dp_150"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="100dp"
android:src="@drawable/queshengtu"
android:src="@drawable/kongzhuangtai_compress"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/ll_bottom"
android:layout_width="match_parent"
......
......@@ -117,18 +117,33 @@
app:layout_constraintTop_toBottomOf="@id/flAd"
tools:ignore="SpeakableTextPresentCheck" />
<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="@id/expandable_files"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/expandable_files"
app:layout_constraintVertical_bias="0.2"
tools:visibility="visible">
app:layout_constraintVertical_bias="0.2" />
<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"
android:textColor="#AEB4BD"
android:textSize="@dimen/sp_14" />
</LinearLayout>
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/ll_bottom"
......
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