Initial commit

This commit is contained in:
Caesar2011
2018-04-24 09:48:17 +02:00
commit 3d02129cb8
102 changed files with 5710 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>