소스 검색

[설정][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"
               />