Skip to content

Commit

Permalink
Merge pull request #297 from team-winey/hotfix/fix-settings-layout
Browse files Browse the repository at this point in the history
[fix] ์„ค์ • ํ™”๋ฉด / ConstraintLayout ์ œ์•ฝ ์กฐ๊ฑด ์˜ค๋ฅ˜ ์ˆ˜์ •
  • Loading branch information
leeeha authored May 22, 2024
2 parents e59b8d0 + 6f6e526 commit 91d993d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@
android:textAppearance="@style/TextAppearance.WINEY.body_m_16"
android:textColor="@color/gray_700"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/v_setting_line3"/>
app:layout_constraintTop_toTopOf="parent"/>

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

0 comments on commit 91d993d

Please sign in to comment.