Skip to content

Commit

Permalink
[Chore/#63] title_number -> index 명칭 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 16, 2023
1 parent 9c65c68 commit 5b4a101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_question_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:layout_height="wrap_content">

<TextView
android:id="@+id/tv_title_number"
android:id="@+id/tv_index"
style="@style/BrandTypeSmallSemiBold16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -26,7 +26,7 @@
android:layout_marginStart="12dp"
android:textColor="@color/umbba_black"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/tv_title_number"
app:layout_constraintStart_toEndOf="@id/tv_index"
app:layout_constraintTop_toTopOf="parent"
tools:text="할머니와 엄마의 꿈이 달랐어?" />

Expand Down

0 comments on commit 5b4a101

Please sign in to comment.