summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/filter_dialog_x_off.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable/filter_dialog_x_off.xml')
-rw-r--r--core/src/main/res/drawable/filter_dialog_x_off.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/core/src/main/res/drawable/filter_dialog_x_off.xml b/core/src/main/res/drawable/filter_dialog_x_off.xml
deleted file mode 100644
index 8368ffa51..000000000
--- a/core/src/main/res/drawable/filter_dialog_x_off.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:bottom="5dp"
- android:left="5dp"
- android:right="5dp"
- android:top="5dp">
-
- <shape android:shape="oval">
- <stroke
- android:width="4dp"
- android:color="@color/master_switch_background_light" />
- </shape>
-
- </item>
-
- <!-- x -->
- <item
- android:bottom="12dp"
- android:left="12dp"
- android:right="12dp"
- android:top="12dp">
- <rotate
- android:fromDegrees="135"
- android:pivotX="50%"
- android:pivotY="50%"
- android:toDegrees="135">
- <shape android:shape="line">
- <stroke
- android:width="4dp"
- android:color="@color/master_switch_background_light" />
- </shape>
- </rotate>
- </item>
-
- <item
- android:bottom="12dp"
- android:left="12dp"
- android:right="12dp"
- android:top="12dp">
- <rotate
- android:fromDegrees="45"
- android:pivotX="50%"
- android:pivotY="50%"
- android:toDegrees="45">
- <shape android:shape="line">
- <stroke
- android:width="4dp"
- android:color="@color/master_switch_background_light" />
- </shape>
-
- </rotate>
- </item>
-
-</layer-list> \ No newline at end of file