activity_balance.xml

This commit is contained in:
Gracia
2025-03-11 02:45:46 +07:00
parent 239c7a320b
commit 2423c9edfd
5 changed files with 107 additions and 17 deletions

View File

@ -128,6 +128,13 @@
android:background="@color/black_50"
android:layout_marginVertical="16dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_balance_transaction"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
tools:listitem="@layout/item_balance_transaction" />
</LinearLayout>
</ScrollView>