Explorar el Código

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

hyodong.min hace 7 años
padre
commit
3b9d9695c2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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"
               />