0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-23 19:55:11 +00:00
This commit is contained in:
X1nto 2020-08-26 16:49:32 +04:00
commit 1b38101928
3 changed files with 5 additions and 7 deletions

View file

@ -5,5 +5,5 @@
android:duration="500" android:duration="500"
android:fromYDelta="-100%p" android:fromYDelta="-100%p"
android:toYDelta="0" android:toYDelta="0"
/>
</set> </set>

View file

@ -5,6 +5,6 @@
android:duration="500" android:duration="500"
android:fromYDelta="0" android:fromYDelta="0"
android:toYDelta="-100%p" android:toYDelta="-100%p"
/>
</set> </set>

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<fragment <fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/bottom_nav_host" android:id="@+id/bottom_nav_host"
android:name="androidx.navigation.fragment.NavHostFragment" android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/home_appbar" android:layout_below="@id/home_appbar"
app:defaultNavHost="true" app:defaultNavHost="true"
app:navGraph="@navigation/mobile_navigation"/> app:navGraph="@navigation/mobile_navigation" />