summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/input.xml
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-07-06 09:09:09 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-07-06 09:09:09 +0100
commit2b12e7f68c840214b33e772032aff90b8e47b9e0 (patch)
tree99a28c6666677e3b450b646fce0e0c9b9ddf1127 /app/src/main/res/drawable/input.xml
parent35835765585937cf373cbfbd9c6ccf7939969bac (diff)
muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores
Diffstat (limited to 'app/src/main/res/drawable/input.xml')
-rw-r--r--app/src/main/res/drawable/input.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/input.xml b/app/src/main/res/drawable/input.xml
new file mode 100644
index 0000000..aa0bbc6
--- /dev/null
+++ b/app/src/main/res/drawable/input.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <gradient
+ android:type="linear"
+ android:angle="45"
+ android:startColor="#444444"
+ android:endColor="#222222" />
+ <corners android:radius="15dp" />
+
+</shape> \ No newline at end of file