添加提现记录

This commit is contained in:
md
2021-08-15 22:05:49 +08:00
parent c2ffd60060
commit aa789c3da3
6 changed files with 288 additions and 3 deletions

View File

@@ -34,4 +34,13 @@
android:textSize="17sp"
android:textStyle="bold" />
</LinearLayout>
<com.jcodecraeer.xrecyclerview.XRecyclerView
android:id="@+id/rxl_withdraw"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/rl_withdraw" />
</androidx.constraintlayout.widget.ConstraintLayout>