This commit is contained in:
2026-04-23 16:04:58 +01:00
parent 42bb2308a7
commit d90d443689
54 changed files with 1812 additions and 1922 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="@color/primary_color"
android:endColor="@color/secondary_color"
android:angle="135"
android:type="linear" />
<corners
android:bottomLeftRadius="36dp"
android:bottomRightRadius="36dp" />
</shape>