-
Notifications
You must be signed in to change notification settings - Fork 1
StormEditText
KIM SEONG GYU edited this page Jul 12, 2020
·
2 revisions
<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
에서 수정