Просмотр исходного кода

[설정][New] 회원 정보 관리 - 이메일 줄바꿈 방지

hyodong.min 7 лет назад
Родитель
Сommit
3b9d9695c2
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/src/main/res/layout/setting_user_information_layout.xml

+ 2 - 0
app/src/main/res/layout/setting_user_information_layout.xml

@@ -85,6 +85,8 @@
               android:hint="@string/setting_register_email"
               android:paddingTop="10dp"
               android:textSize="14sp"
+              android:maxLines="1"
+              android:inputType="text"
               app:layout_constraintEnd_toStartOf="@+id/text_complete"
               app:layout_constraintStart_toStartOf="parent"
               />