2017-12-14 05:02:00 +00:00
|
|
|
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-10-08 03:03:59 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="cy.agorise.crystalwallet.fragments.TransactionsFragment">
|
|
|
|
|
2017-10-29 01:58:00 +00:00
|
|
|
<cy.agorise.crystalwallet.views.TransactionListView
|
2017-10-08 03:03:59 +00:00
|
|
|
android:layout_width="match_parent"
|
2017-10-29 01:58:00 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:id="@+id/vTransactionListView" />
|
2017-10-08 03:03:59 +00:00
|
|
|
|
2017-12-14 05:02:00 +00:00
|
|
|
</android.support.v4.widget.NestedScrollView>
|