0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-23 11:45:11 +00:00

fixed some errors, still need to add ic_music

This commit is contained in:
KevinX8 2020-08-26 15:02:48 +03:00
parent b1e0db8598
commit dbdce26b4b
3 changed files with 5 additions and 7 deletions

View file

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

View file

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

View file

@ -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"/>
app:navGraph="@navigation/mobile_navigation" />