Skip to content

Commit

Permalink
[feat] #19 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan2dani committed Jul 13, 2023
1 parent 2505051 commit 18bf4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_begin="24dp" />
app:layout_constraintGuide_begin="@dimen/spacing24" />

<androidx.constraintlayout.widget.Guideline
android:id="@+id/gl_end"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_end="24dp" />
app:layout_constraintGuide_end="@dimen/spacing24" />

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

0 comments on commit 18bf4cd

Please sign in to comment.