Я знаю формы и прочее, но проблема в том, что я хочу использовать стандартную кнопку android из SDK (@ android: style / Widget.Button.Small) Просто взгляните на скриншот. Я знаю, как делать круглые углы с "shape", а затем "solid", который является плоским цветом, но я хочу .png из библиотеки ...
![enter image description here](https://i.stack.imgur.com/jvj7K.png)
Карта не работает ... Нет, даже с "androidx.appcompat.widget.AppCompatButton" не работает ... ![enter image description here](https://i.stack.imgur.com/6xeqh.png)
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardCornerRadius="15dp"
android:layout_marginTop="1dp"
app:cardElevation="1dp"
android:layout_gravity="center"
style="@style/gtBtnMenuStyle">
<androidx.appcompat.widget.AppCompatButton
android:drawableStart="@drawable/ic_supervisor_48dp"
android:onClick="onSupervisorClick"
android:text="Supervisor"
style="@style/gtBtnMenuStyle"/>
</androidx.cardview.widget.CardView>