Android Material Design
MDC-Button
hik14
2022. 2. 18. 16:47
<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
- 테두리 색 및 두께 설정
- 모서리 둥근 정도 설정