Remove unused drawables

This commit is contained in:
Niels van Velzen
2020-11-14 11:01:14 +01:00
parent cd0b46580a
commit 0ef742e859
4 changed files with 0 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="@color/halloween_start"
android:endColor="@color/halloween_end"
android:angle="270" />
<stroke
android:width="1sp"
android:color="@color/abc_primary_text_material_light"
/>
</shape>