Skip to content

Commit

Permalink
[feat] : #15 친구 기록 뷰 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SsongSik committed May 27, 2023
1 parent 321e847 commit e1e6797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_friend_detail_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
android:background="@color/grey_2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv" />
app:layout_constraintTop_toBottomOf="@+id/friend_detail_more_setting_iv" />

</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.card.MaterialCardView>
Expand Down

0 comments on commit e1e6797

Please sign in to comment.