Skip to content

Commit

Permalink
[RENAME] : ICON Rename #13
Browse files Browse the repository at this point in the history
  • Loading branch information
lsakee committed Nov 29, 2023
1 parent ba5461c commit fa5d32c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_explore_meeting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_height="0dp"
android:layout_marginStart="48dp"
android:padding="6dp"
android:src="@drawable/ic_profile"
android:src="@drawable/ic_profile_explore"
app:layout_constraintBottom_toBottomOf="@id/tv_explore_meeting_title"
app:layout_constraintEnd_toStartOf="@+id/iv_alarm"
app:layout_constraintTop_toTopOf="@id/tv_explore_meeting_title" />
Expand All @@ -43,7 +43,7 @@
android:layout_width="wrap_content"
android:layout_height="0dp"
android:padding="6dp"
android:src="@drawable/ic_alarm"
android:src="@drawable/ic_alarm_explore"
app:layout_constraintBottom_toBottomOf="@id/tv_explore_meeting_title"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_explore_meeting_title" />
Expand All @@ -54,7 +54,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:background="@color/carrot_grey100"
android:drawableStart="@drawable/ic_search"
android:drawableStart="@drawable/ic_search_explore"
android:drawablePadding="9dp"
android:hint="우리 동네 모임을 검색해보세요."
android:imeOptions="actionDone"
Expand Down

0 comments on commit fa5d32c

Please sign in to comment.