Initial commit.
This commit is contained in:
parent
5114bd8600
commit
1241635088
22 changed files with 695 additions and 0 deletions
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