瀏覽代碼

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

hyodong.min 7 年之前
父節點
當前提交
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"
               />