-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrawable designs.txt
More file actions
57 lines (37 loc) · 1.09 KB
/
drawable designs.txt
File metadata and controls
57 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
etback.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:radius="50dp"/>
<!-- Made By Divyam Oza(OD)-->
<!-- -->
<solid
android:color="#feaaae"/>
<!-- Made By Divyam Oza(OD)-->
<!-- -->
</shape>
btnback.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:radius="50dp"
/>
<!-- Made By Divyam Oza(OD)-->
<!-- -->
<solid
android:color="@android:color/white"/>
<!-- Made By Divyam Oza(OD)-->
<!-- -->
</shape>
mainback.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#fe7062"
android:centerColor="#ff5c61"
android:endColor="#fc3f61"
android:angle="225"
android:useLevel="true"/>
<!-- Made By Divyam Oza(OD)-->
<!-- -->
</shape>