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">
|
|
|
|
|
2018-03-12 02:54:16 +00:00
|
|
|
<RelativeLayout
|
2017-10-08 03:03:59 +00:00
|
|
|
android:layout_width="match_parent"
|
2018-03-12 02:54:16 +00:00
|
|
|
android:layout_height="wrap_content">
|
2017-10-08 03:03:59 +00:00
|
|
|
|
2018-03-12 02:54:16 +00:00
|
|
|
<!--<TextView
|
|
|
|
android:id="@+id/tvTransactionSearch"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android: />
|
|
|
|
<Spinner
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"></Spinner>
|
|
|
|
-->
|
|
|
|
<cy.agorise.crystalwallet.views.TransactionListView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:id="@+id/vTransactionListView" />
|
|
|
|
</RelativeLayout>
|
2017-12-14 05:02:00 +00:00
|
|
|
</android.support.v4.widget.NestedScrollView>
|