[mobile] fix ui bug

pull/123/head
FongMi 3 years ago
parent 9e5bae48d4
commit 4594856a43
  1. 3
      app/src/mobile/res/layout/fragment_site.xml

@ -36,7 +36,8 @@
android:id="@+id/progressLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="16dp">
android:layout_marginTop="16dp"
android:descendantFocusability="blocksDescendants">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recommend"

Loading…
Cancel
Save