Initial commit.

This commit is contained in:
Erik C. Thauvin 2012-03-22 10:59:13 +00:00
parent 5114bd8600
commit 1241635088
22 changed files with 695 additions and 0 deletions

View 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>