Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

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>