tangem-app-android-audited/app/src/main/res/layout/activity_verify_card.xml
2019-02-27 22:54:37 +03:00

18 lines
805 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.tangem.ui.activity.VerifyCardActivity">
<fragment
android:id="@+id/verify_card_fragment"
android:name="com.tangem.ui.fragment.VerifyCard"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:layout="@layout/fr_verify_card"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>