Skip to content

Commit

Permalink
[CHORE] 불필요한 구문, 파일 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kim0hoon committed Oct 1, 2023
1 parent 6b35196 commit dc11265
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
16 changes: 0 additions & 16 deletions app/src/main/res/layout/fragment_kid_notification.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/src/main/res/layout/fragment_protector_notification.xml

This file was deleted.

1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_search_option_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
app:layout_constraintTop_toTopOf="parent"
tools:text="아이 찾기" />

<!-- TODO string resource 적용 -->
<TextView
android:id="@+id/tvBtnCancel"
style="@style/subtitle.16.600"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/navigation/protector_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
android:id="@+id/protectorNotificationFragment"
android:name="com.polzzak_android.presentation.feature.notification.list.protector.ProtectorNotificationListFragment"
android:label="ProtectorNotificationFragment"
tools:layout="@layout/fragment_protector_notification">
tools:layout="@layout/fragment_notification_list">
<action
android:id="@+id/action_protectorNotificationFragment_to_notificationSettingFragment"
app:destination="@id/notificationSettingFragment" />
Expand Down

0 comments on commit dc11265

Please sign in to comment.