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
- firebasefunctions
- 랜덤ID
- RealtimeDB
- firebase
- textview
- Imageview
- Android
- 팝업액티비티
- 코틀린
- 안드로이드
- ROOM
- 안드로이드스튜디오
- Activity
- lifecyclescope
- 뷰바인딩
- nav_graph
- button
- ArrayList
- Dialog
- 안드로이드 스튜디오
- FRAGMENT
- Kotlin
- MaterialButton
- BottomSheetDialog
- androidstudio
- OutlinedButton
- ButtonWithButton
- ViewModel
- 밑줄
- EditText
Archives
- Today
- Total
목록button (2)
안드로이드 앱 개발
OutlinedButton/테두리 있는 버튼 만들기
Button의 xml 속성에서 style 속성을 추가한다. 그리고 경계선의 색상을 변경하고 싶다면 app:strokeColor의 속성으로 컨트롤하면 된다. (기본색상은 옅은 회색이다.) 추가로, 경계선의 두께는 app:strokeWidth로 컨트롤 할 수 있다.
카테고리 없음
2021. 5. 24. 15:32
버튼(Button) 커스터마이징 / MaterialButton 포함
1. drawable 폴더에 xml 생성 1-1 곡선만 ex) rounded button 2. 버튼 클릭시 이펙트 주기 2-1 ripple effect [안드로이드/JAVA] Error inflating class com.google.android.material.button.MaterialButton - JooTC 2-2 리플효과없는 버튼효과 주기 * Material Button의 그림자 없애기 xml 속성에 추가 android:stateListAnimator="@null"
카테고리 없음
2021. 5. 23. 23:11