2017-10-08 03:03:59 +00:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="cy.agorise.crystalwallet.fragments.ContactsFragment">
|
|
|
|
|
2018-01-18 02:49:42 +00:00
|
|
|
<cy.agorise.crystalwallet.views.ContactListView
|
2017-10-08 03:03:59 +00:00
|
|
|
android:layout_width="match_parent"
|
2018-01-18 02:49:42 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:id="@+id/vContactListView" />
|
2017-10-08 03:03:59 +00:00
|
|
|
|
|
|
|
</FrameLayout>
|