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 |
Tags
- Functional Programming
- Abstract Factory
- builderPattern
- Design Pattern
- Singleton
- 옵저버 패턴
- 팩토리 메소드
- designPattern
- 디자인패턴 #
- F
- a
- ㅓ
- factory method
- ㅋㅁ
- 빌터패턴
- PrototypePattern
- 디자인패턴
- r
- 싱글톤
- Kotlin
- 코틀린
- 함수형프로그래밍
- 추상팩토리패턴
- El
- 추상 팩토리
- Observer Pattern
- 프로토타입 패턴
Archives
- Today
- Total
오늘도 더 나은 코드를 작성하였습니까?
MDC-Button 본문
<com.google.android.material.button.MaterialButton
android:id="@+id/cancel_button"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="button"
app:elevation="8dp"
app:strokeWidth="1dp"
app:strokeColor="@color/colorPrimary"
app:cornerRadius="8dp"/>
- 기본 elevation
- 테두리 색 및 두께 설정
- 모서리 둥근 정도 설정
'Android Material Design' 카테고리의 다른 글
Android styling: themes vs styles(번역 및 학습) (0) | 2022.10.25 |
---|---|
Style hierarchy & Basic Theme (0) | 2022.10.25 |
Android Material Design(Style & Theme이란) (0) | 2022.10.25 |
MDC - Text Field (0) | 2022.02.18 |
Android material design(머터리얼 디자인) (0) | 2022.01.28 |