Initial commit

This commit is contained in:
2025-07-24 13:13:15 +05:00
commit 08e9693997
67 changed files with 1413 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="#009688"
android:endColor="#00695C"
android:startColor="#4DB6AC"
android:type="linear" />
</shape>