rounded button

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-06-15 20:56:30 +02:00
padre 382830a7b7
commit 995a2aed16
Se han modificado 4 ficheros con 109 adiciones y 14 borrados

Ver fichero

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/button_disabled" />
<stroke android:width="1dp" android:color="@color/button_border" />
</shape>

Ver fichero

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/button_enabled" />
<stroke android:width="1dp" android:color="@color/button_border" />
</shape>