Skip to content

Commit

Permalink
[FIX/#9] View로 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 6, 2024
1 parent 8b8c792 commit 8604eae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presentation/src/main/res/layout/item_preference_tag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
android:fontFamily="@font/pretendard_bold"
android:textColor="@color/black_000"
android:textSize="14sp"
app:layout_constraintEnd_toStartOf="@id/tv_preference_line"
app:layout_constraintEnd_toStartOf="@id/view_preference_line"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="휴식" />

<TextView
android:id="@+id/tv_preference_line"
<View
android:id="@+id/view_preference_line"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_marginHorizontal="34dp"
Expand All @@ -61,7 +61,7 @@
android:textColor="@color/black_000"
android:textSize="14sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/tv_preference_line"
app:layout_constraintStart_toEndOf="@id/view_preference_line"
app:layout_constraintTop_toTopOf="parent"
tools:text="관광" />

Expand Down

0 comments on commit 8604eae

Please sign in to comment.