Skip to content

StormEditText

KIM SEONG GYU edited this page Jul 12, 2020 · 2 revisions

StromEditText

예제 코드

<com.stormers.storm.customwidget.StormEditText
        android:id="@+id/textview_round_goal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="라운드 목표"
        app:showRemoveAll="true" />

사용해야 하는 속성

전체 삭제 버튼 사용 유무

  • app:showRemoveAll

    • format : boolean
  • android:hint

    • format : string
  • android:layout_width

  • android:layout_height

입력된 문자열 리턴

  • stormEditText.text

입력된 문자열 검사

  • if (stormEditText.isNullOrBlank) { ,,, }

이 외에는 자동으로 설정되니 디자인이 변경되면 style.xml에서 수정