Initial commit.
This commit is contained in:
parent
5114bd8600
commit
1241635088
22 changed files with 695 additions and 0 deletions
8
res/drawable/border.xml
Normal file
8
res/drawable/border.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke android:width="1px" android:color="#D6DBD6" />
|
||||
<solid android:color="@android:color/white" />
|
||||
<padding android:left="7dp" android:top="7dp"
|
||||
android:right="7dp" android:bottom="7dp" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
11
res/drawable/green_gradient.xml
Normal file
11
res/drawable/green_gradient.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#016701"
|
||||
android:startColor="#359D3A" />
|
||||
|
||||
<corners android:radius="0dp" />
|
||||
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue