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
- 팩토리 메소드
- PrototypePattern
- F
- 디자인패턴 #
- ㅓ
- 싱글톤
- 추상 팩토리
- Kotlin
- 옵저버 패턴
- ㅋㅁ
- android designsystem
- Abstract Factory
- r
- Design Pattern
- 안드로이드 디자인시스템
- 프로토타입 패턴
- El
- 추상팩토리패턴
- 함수형프로그래밍
- 코틀린
- 빌터패턴
- Observer Pattern
- factory method
- compose
- Singleton
- material3
- 디자인패턴
- builderPattern
- designPattern
- Functional Programming
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 |