mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-24 20:25:13 +00:00
preview adjustments to navigation xml
This commit is contained in:
parent
7e3edb9cb6
commit
af3937e23f
1 changed files with 4 additions and 2 deletions
|
@ -41,7 +41,8 @@
|
|||
<fragment
|
||||
android:id="@+id/settings_fragment"
|
||||
android:name="com.vanced.manager.ui.fragments.SettingsFragment"
|
||||
android:label="@string/title_settings">
|
||||
android:label="@string/title_settings"
|
||||
tools:layout="@layout/fragment_settings">
|
||||
|
||||
<action
|
||||
android:id="@+id/toDevSettingsFragment"
|
||||
|
@ -76,6 +77,7 @@
|
|||
<fragment
|
||||
android:id="@+id/dev_settings_fragment"
|
||||
android:name="com.vanced.manager.ui.fragments.DevSettingsFragment"
|
||||
android:label="Dev Settings" />
|
||||
android:label="Dev Settings"
|
||||
tools:layout="@layout/fragment_dev_settings"/>
|
||||
|
||||
</navigation>
|
||||
|
|
Loading…
Reference in a new issue