removed artifacts from sourcee

This commit is contained in:
Simon Dankelmann 2024-05-17 06:13:48 +02:00
parent 8ec9697262
commit c282478e8a
9 changed files with 24 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

View File

@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/blue_dark"
android:startColor="@color/blue_normal"
android:type="linear" />
</shape>

View File

@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/blue_light"
android:startColor="@color/blue_normal"
android:type="linear" />
</shape>

View File

@ -0,0 +1,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="#d1cfcf"
android:startColor="#ebebeb"
android:type="linear" />
</shape>