Commit 8480ba93 authored by wanglei's avatar wanglei

[拆包]空占位图ui

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