Skip to content

Commit

Permalink
fix: 제목 최대 길이를 3으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunhoKang committed Dec 13, 2023
1 parent a3719ae commit dc361af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/activity_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:ellipsize="end"
android:singleLine="true"
android:maxLines="3"
android:text="@{viewModel.state.productName}"
android:textAppearance="?attr/textAppearanceTitleLarge"
app:layout_constraintEnd_toStartOf="@id/btn_detail_share"
Expand Down

0 comments on commit dc361af

Please sign in to comment.