[BugFix]修复夺宝精灵获奖记录为空的的布局在最上面的bug

This commit is contained in:
wushaocheng
2023-03-13 17:32:02 +08:00
parent 329c765754
commit ea1ce6106e

View File

@@ -41,7 +41,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="20dp" />
</LinearLayout>