diff options
Diffstat (limited to 'app/src/main/res/drawable/button_clicked.xml')
| -rw-r--r-- | app/src/main/res/drawable/button_clicked.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/drawable/button_clicked.xml b/app/src/main/res/drawable/button_clicked.xml index 30a43e9..55050c3 100644 --- a/app/src/main/res/drawable/button_clicked.xml +++ b/app/src/main/res/drawable/button_clicked.xml @@ -1,10 +1,10 @@ -<?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="#008477" - android:endColor="#000000" /> - <corners android:radius="15dp" /> +<?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="#008477"
+ android:endColor="#000000" />
+ <corners android:radius="15dp" />
</shape>
\ No newline at end of file |