Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- GCP
- 테스트 자동화
- rx
- Kotlin
- RxKotlin
- PagingLib
- MediaPlayer
- Observable
- MediaSession
- Android 13
- list
- MotionLayout
- junit
- node
- 인앱결제
- Animation
- SwiftUI Tutorial
- mvvm
- php
- mysql
- SWIFTUI
- databinding
- android13
- Reactive
- Android
- 동영상
- paging
- node.js
- google play
- Koin
Archives
- Today
- Total
목록custom button (1)
봄날은 갔다. 이제 그 정신으로 공부하자
Custom 버튼 만들기
대부분의 앱은 android 제공하는 버튼을 Custom해서 개발됩니다. custom 버튼을 만들기 위해 Nine patch 이미지를 사용하기도 하지만 drawable 객체를 만들어서 버튼을 custom하는 것이 여러가지로(확장성, 재활용성, …) 더 좋습니다. 이 글에서는 drawable 객체를 사용해 Custom 버튼을 만드는 법에 대해 설명합니다. 이 글에 설명된 내용에 대해 조금 더 자세히 알고 싶으신 분들은 아래 사이트 참고하시면 됩니다. https://developer.android.com/guide/topics/resources/drawable-resource 드로어블 리소스 | Android 개발자 | Android Developers 드로어블 리소스는 화면에 그릴 수 있으며 getDraw..
android Tip
2020. 12. 21. 10:38