| | |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_marginTop="9dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_2" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:id="@+id/tv_empty2" |
| | | android:text="暂无推荐" |
| | | android:textSize="12sp" |
| | | android:layout_marginTop="30dp" |
| | | android:textColor="@color/textColor66" |
| | | android:drawableTop="@mipmap/wu" |
| | | android:drawablePadding="20dp" |
| | | android:gravity="center"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.core.widget.NestedScrollView> |
| | | |