diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
| commit | 2b12e7f68c840214b33e772032aff90b8e47b9e0 (patch) | |
| tree | 99a28c6666677e3b450b646fce0e0c9b9ddf1127 /app/src/main/res/drawable/button_clicked.xml | |
| parent | 35835765585937cf373cbfbd9c6ccf7939969bac (diff) | |
muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores
Diffstat (limited to 'app/src/main/res/drawable/button_clicked.xml')
| -rw-r--r-- | app/src/main/res/drawable/button_clicked.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/src/main/res/drawable/button_clicked.xml b/app/src/main/res/drawable/button_clicked.xml index c39a7e3..30a43e9 100644 --- a/app/src/main/res/drawable/button_clicked.xml +++ b/app/src/main/res/drawable/button_clicked.xml @@ -1,13 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - <stroke - android:width="5dp" - android:color="@color/black" /> <gradient android:type="linear" android:angle="45" - android:startColor="@color/purple_200" - android:endColor="@color/purple_700" /> + android:startColor="#008477" + android:endColor="#000000" /> <corners android:radius="15dp" /> </shape>
\ No newline at end of file |