18 lines
841 B
XML
18 lines
841 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- -->
|
|
<de.schildbach.wallet.ui.widget.KeyboardResponsiveCoordinatorLayout 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"
|
|
app:viewToHideWhenSoftKeyboardIsOpen="@id/header">
|
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
android:id="@+id/nav_host_create_user_name_fragment"
|
|
android:name="androidx.navigation.fragment.NavHostFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:defaultNavHost="true"
|
|
app:navGraph="@navigation/nav_username" />
|
|
</de.schildbach.wallet.ui.widget.KeyboardResponsiveCoordinatorLayout>
|