Skip to content

Commit

Permalink
fix: 이메일이 길어질 시 잘리는 현상 말줄임 표시로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ootr47 committed Mar 9, 2024
1 parent 7ba8f89 commit 25d1a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/res/layout/fragment_my_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:contentDescription="@{@string/my_email_info(viewModel.state.email)}"
android:ellipsize="end"
android:maxLines="1"
android:text="@{viewModel.state.email}"
android:textAppearance="?attr/textAppearanceBodyMedium"
Expand Down

0 comments on commit 25d1a98

Please sign in to comment.