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