|
@@ -94,21 +94,25 @@
|
|
|
android:layout_marginTop="@dimen/divider_8px"
|
|
|
android:layout_marginBottom="@dimen/divider_8px" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/emptyLayout"
|
|
|
- style="@style/empty_linear_layout_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:visibility="gone"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvTitle"
|
|
|
- tools:ignore="MissingConstraints">
|
|
|
+ </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatImageView style="@style/empty_image_view_style" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/emptyLayout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvTitle"
|
|
|
+ tools:ignore="MissingConstraints">
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView style="@style/empty_text_view_style" />
|
|
|
+ <androidx.appcompat.widget.AppCompatImageView style="@style/empty_image_view_style" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView style="@style/empty_text_view_style" />
|
|
|
|
|
|
- </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
+ </LinearLayout>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|