MIF_E31211389/app/src/main/res/drawable/rounded_button.xml

6 lines
236 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/splash" />
<corners android:radius="8dp" /> <!-- Ubah nilai radius sesuai keinginan Anda -->
</shape>