Skip to content

Commit

Permalink
[FIX/#152] 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 17, 2024
1 parent 7557fc2 commit 84bd261
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions presentation/src/main/res/layout/item_preference_tag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
tools:text="계획은 얼만큼 짤까요?" />

<LinearLayout
android:id="@+id/layout_radio"
android:id="@+id/layout_preference_radio"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginHorizontal="16dp"
Expand All @@ -78,7 +78,7 @@
app:layout_constraintTop_toBottomOf="@id/tv_preference_question">

<View
android:id="@+id/view_radio_1"
android:id="@+id/view_preference_radio_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
Expand All @@ -87,7 +87,7 @@
app:layout_constraintBottom_toTopOf="@id/rg_preference_tag" />

<View
android:id="@+id/view_radio_2"
android:id="@+id/view_preference_radio_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
Expand All @@ -96,7 +96,7 @@
app:layout_constraintBottom_toTopOf="@id/rg_preference_tag" />

<View
android:id="@+id/view_radio_3"
android:id="@+id/view_preference_radio_3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
Expand All @@ -105,7 +105,7 @@
app:layout_constraintBottom_toTopOf="@id/rg_preference_tag" />

<View
android:id="@+id/view_radio_4"
android:id="@+id/view_preference_radio_4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
Expand All @@ -114,7 +114,7 @@
app:layout_constraintBottom_toTopOf="@id/rg_preference_tag" />

<View
android:id="@+id/view_radio_5"
android:id="@+id/view_preference_radio_5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
Expand Down

0 comments on commit 84bd261

Please sign in to comment.