Skip to content

Commit

Permalink
fix : 파일 분리 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 10, 2023
1 parent 4f26bc8 commit c9d8f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="30dp"
tools:context=".main.MainActivity">
tools:context=".presentation.main.MainActivity">

<ImageView
android:id="@+id/iv_main_image"
Expand Down

0 comments on commit c9d8f14

Please sign in to comment.