Skip to content

Commit bede641

Browse files
committed
style : id값 통일시키기
1 parent 3dc9cb7 commit bede641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/res/navigation/alarm_nav_graph.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
5-
android:id="@+id/alarm_graph"
5+
android:id="@+id/alarm_nav_graph"
66
app:startDestination="@id/alarmStartFragment">
77

88
<fragment

0 commit comments

Comments
 (0)