diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-31 15:15:39 +0200 |
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-31 15:15:39 +0200 |
| commit | fc2156374611421c242ff7d65315f52fe57ceecf (patch) | |
| tree | bbc122054ed71e1032dfbc2e022f202cae28e0c2 /app/src/main/res/layout/content_main.xml | |
| parent | eea218eda48b3a35a4940d2525b8b7a9fa316ee7 (diff) | |
| download | Aniki-fc2156374611421c242ff7d65315f52fe57ceecf.tar.gz Aniki-fc2156374611421c242ff7d65315f52fe57ceecf.tar.bz2 Aniki-fc2156374611421c242ff7d65315f52fe57ceecf.zip | |
Adding the base of bottom navigation.
Also changing the the prev and next button for top manga
Diffstat (limited to '')
| -rw-r--r-- | app/src/main/res/layout/content_main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index c4e7db6..f4c4e46 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -5,7 +5,7 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior"> - <fragment + <androidx.fragment.app.FragmentContainerView android:id="@+id/nav_host_fragment" android:name="androidx.navigation.fragment.NavHostFragment" android:layout_width="0dp" |
