Skip to content

Commit

Permalink
feat: navigation graph에서 ui 볼 수 있게 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Jul 12, 2024
1 parent c001f21 commit aedd97d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/res/navigation/navigation_main.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?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"
app:startDestination="@id/myPageFragment">

Expand All @@ -17,7 +18,8 @@
<fragment
android:id="@+id/myPageFragment"
android:name="com.woowacourse.friendogly.presentation.ui.mypage.MyPageFragment"
android:label="MyPageFragment">
android:label="MyPageFragment"
tools:layout="@layout/fragment_my_page">

</fragment>

Expand Down

0 comments on commit aedd97d

Please sign in to comment.