mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-22 19:02:12 +00:00
Add: Main navigation graph [new UI]
This commit is contained in:
parent
7271528d7a
commit
114a2574ff
21
src/main/res/navigation/navigation_graph_main.xml
Normal file
21
src/main/res/navigation/navigation_graph_main.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
app:startDestination="@id/exploreTab">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/exploreTab"
|
||||
android:name="com.looker.droidify.ui.fragments.ExploreFragment"
|
||||
tools:layout="@layout/fragment_explore_x" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/latestTab"
|
||||
android:name="com.looker.droidify.ui.fragments.LatestFragment"
|
||||
tools:layout="@layout/fragment_latest_x" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/installedTab"
|
||||
android:name="com.looker.droidify.ui.fragments.InstalledFragment"
|
||||
tools:layout="@layout/fragment_installed_x" />
|
||||
</navigation>
|
Loading…
x
Reference in New Issue
Block a user