Skip to content

Commit

Permalink
[feat] #4 home nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Apr 13, 2024
1 parent 2adc769 commit aaaf03b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions feature/home/src/main/res/navigation/navigation_graph_home.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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"
android:id="@+id/navigation_graph_home"
app:startDestination="@id/navigation_home">

<fragment
android:id="@+id/navigation_home"
android:name="org.sopt.home.HomeFragment"
android:label="fragment_home"
tools:layout="@layout/fragment_home" />
</navigation>

0 comments on commit aaaf03b

Please sign in to comment.