Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Kotlin
- Dialog
- Navigation
- ScrollView
- livedata
- 안드로이드
- drift
- scroll
- LifeCycle
- 테스트
- android
- Coroutines
- TEST
- Flutter
- data
- 앱바
- tabbar
- appbar
- activity
- binding
- DART
- textview
- 앱
- CustomScrollView
- Compose
- intent
- Button
- viewmodel
- 계측
- textfield
Archives
- Today
- Total
목록KeyEvent (1)
Study Record
[안드로이드] EditText 살펴보기
😶 EditText EditText 는 TextView 를 상속받고 있는 사용자의 입력을 받을 수 있는 View 이다. 기본적으로 TextView 를 상속받고 있어 텍스트 관련 스타일을 textSize, textColor, textStyle 등으로 지정할 수 있다. 😶 힌트가 설정된 경우 android:hint , android:textColorHint 속성으로 사용자에게 입력받기 전 힌트 텍스트를 보여줄 수 있다. android:hint 는 힌트 텍스트를, android:textColorHint 는 힌트 텍스트 색상을 결정한다. 😶 배경 설정 editText 의 배경은 android:background 속성으로 설정할 수 있다. 값이 "@null" 일 경우 배경이 없고, "#FF4f4f4f" 같이 단일..
안드로이드
2023. 6. 16. 16:32