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 | 29 | 30 | 31 |
Tags
- DART
- textfield
- TEST
- Flutter
- Compose
- Dialog
- Kotlin
- Button
- Navigation
- binding
- activity
- data
- appbar
- 앱
- CustomScrollView
- livedata
- android
- intent
- LifeCycle
- viewmodel
- textview
- tabbar
- scroll
- 안드로이드
- 앱바
- drift
- 테스트
- Coroutines
- ScrollView
- 계측
Archives
- Today
- Total
목록작업버튼 (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