<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF"/>
<stroke
android:width="1dp"
android:color="#7C8790" />
<corners
android:topLeftRadius="28dp"
android:topRightRadius="0dp"
android:bottomLeftRadius="28dp"
android:bottomRightRadius="0dp" />
</shape>
이런식으로 구현하긴 했는데.
일단 xml 에러라고 나와서 찝찝 하네요. 더 좋은 방법 없을까요? 답변 부탁 드립니다.
버튼 모양은 아래와 같습니다.
