initial commit

This commit is contained in:
Odweta
2024-01-07 18:15:44 +00:00
parent ea861525a4
commit d52046941b
62 changed files with 1299 additions and 98 deletions
@@ -0,0 +1,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#009688"
android:endColor="#00695C"
android:startColor="#4DB6AC"
android:type="linear" />
</shape>