EditText
밑줄 라인 제거
android:background="@null"
singleLine
EditText 의 경우 maxLines="1" 로는 singleLine 효과를 볼 수 없음.
android:singleLine="true"
Last updated
Was this helpful?
android:background="@null"
EditText 의 경우 maxLines="1" 로는 singleLine 효과를 볼 수 없음.
android:singleLine="true"
Last updated
Was this helpful?