Skip to content

Commit

Permalink
[Refactor] #4 Community 화면 UI 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyeon121 committed Jul 11, 2024
1 parent a9aa24f commit 0ea9c6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/layout/fragment_community.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/community_search_icon"
android:layout_marginTop="30dp"
android:layout_marginEnd="15dp"
app:layout_constraintEnd_toStartOf="@id/community_notify_iv"
app:layout_constraintTop_toTopOf="parent"/>
Expand All @@ -24,7 +23,6 @@
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/community_notify_icon"
android:layout_marginTop="30dp"
android:layout_marginEnd="15dp"
app:layout_constraintEnd_toStartOf="@id/community_sos_iv"
app:layout_constraintTop_toTopOf="parent"/>
Expand All @@ -33,7 +31,6 @@
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/community_sos_icon"
android:layout_marginTop="30dp"
android:layout_marginEnd="15dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
Expand Down

0 comments on commit 0ea9c6f

Please sign in to comment.