mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-23 19:55:11 +00:00
Merge branch 'dev' of https://github.com/YTVanced/VancedManager into dev
This commit is contained in:
commit
1b38101928
3 changed files with 5 additions and 7 deletions
|
@ -5,5 +5,5 @@
|
|||
android:duration="500"
|
||||
android:fromYDelta="-100%p"
|
||||
android:toYDelta="0"
|
||||
|
||||
/>
|
||||
</set>
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
android:duration="500"
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="-100%p"
|
||||
|
||||
/>
|
||||
</set>
|
||||
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<fragment
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/bottom_nav_host"
|
||||
android:name="androidx.navigation.fragment.NavHostFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/home_appbar"
|
||||
app:defaultNavHost="true"
|
||||
app:navGraph="@navigation/mobile_navigation" />
|
||||
|
|
Loading…
Reference in a new issue