[Settings] Fixed transition cutting from bottom in Settings page while navigating
This commit is contained in:
parent
2f047e3b63
commit
e1364ed8a4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
android:id="@+id/contentFrame"
|
android:id="@+id/contentFrame"
|
||||||
android:name="androidx.navigation.fragment.NavHostFragment"
|
android:name="androidx.navigation.fragment.NavHostFragment"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
app:defaultNavHost="true"
|
app:defaultNavHost="true"
|
||||||
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
|
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
|
||||||
app:navGraph="@navigation/settings_graph" />
|
app:navGraph="@navigation/settings_graph" />
|
||||||
|
|
Loading…
Reference in a new issue