🤔
TIL
  • README
  • root
    • Android
      • TextView
      • Intent
      • RecyclerView
      • ImageView
      • Style
      • Activity
      • Databinding
      • EditText
      • RxJava
      • Fragment
    • Code
      • 가장 많은 정보를 가진 객체
    • Shell
      • script
        • 초기 설정
        • 기본 문법
      • chmod
  • Blog
  • Github
Powered by GitBook
On this page
  • 밑줄 라인 제거
  • singleLine

Was this helpful?

  1. root
  2. Android

EditText

밑줄 라인 제거

android:background="@null"

singleLine

EditText 의 경우 maxLines="1" 로는 singleLine 효과를 볼 수 없음.

android:singleLine="true"
PreviousDatabindingNextRxJava

Last updated 5 years ago

Was this helpful?