crystal-wallet-android/app/src/main/res/layout/fragment_merchants.xml

17 lines
606 B
XML

<RelativeLayout 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">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Comming soon ..."
android:textColor="@color/gray"
android:layout_centerHorizontal="true"
android:layout_marginTop="190dp"
android:textSize="15dp" />
</RelativeLayout>