Project created

This commit is contained in:
Leander
2017-02-23 13:44:21 +01:00
parent 91699bc5a3
commit 1abe50dca9
39 changed files with 803 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#4CAF50"
android:endColor="#2E7D32"
android:startColor="#81C784"
android:type="linear" />
</shape>