2018-12-13 14:20:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-12-19 15:43:09 +00:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/rvTransactions"
|
2018-12-13 14:20:17 +00:00
|
|
|
android:layout_width="match_parent"
|
2018-12-19 15:43:09 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:padding="@dimen/card_margin"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
tools:listitem="@layout/item_transaction"
|
2018-12-19 16:08:24 +00:00
|
|
|
tools:itemCount="6"/>
|