728x90
drawble/button_linear.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:radius="70dp"/>
<stroke
android:color="@color/button_color"
android:width="1dp"/>
<solid
android:color="@color/button_color"/>
<size
android:width="300dp"
android:height="150dp"/>
</shape>
728x90
'기타 > Android' 카테고리의 다른 글
[Android] shape 속성 (0) | 2022.02.19 |
---|---|
[Android] Progressbar 커스텀하기 (색상변경, 테두리) (0) | 2022.02.19 |
[Android] 글꼴 적용하기 (0) | 2022.02.19 |
[Android Studio] xml android:background 색상 안바뀔때 (0) | 2022.02.04 |
[AndroidStudio] Unable to decode stream: java.io.FileNotFoundException오류 (0) | 2021.12.01 |