[Settings] Fixed transition cutting from bottom in Settings page while navigating

main
Prathamesh More 2021-11-27 17:20:01 +05:30
parent 2f047e3b63
commit e1364ed8a4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
android:id="@+id/contentFrame"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
app:defaultNavHost="true"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
app:navGraph="@navigation/settings_graph" />