diff --git a/android/app/src/main/res/layout/fragment_my_page.xml b/android/app/src/main/res/layout/fragment_my_page.xml index d9a57f6..25fed88 100644 --- a/android/app/src/main/res/layout/fragment_my_page.xml +++ b/android/app/src/main/res/layout/fragment_my_page.xml @@ -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"