summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/borderless_button_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable/borderless_button_dark.xml')
-rw-r--r--core/src/main/res/drawable/borderless_button_dark.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/core/src/main/res/drawable/borderless_button_dark.xml b/core/src/main/res/drawable/borderless_button_dark.xml
deleted file mode 100644
index 3a44d81a2..000000000
--- a/core/src/main/res/drawable/borderless_button_dark.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true">
- <shape android:shape="rectangle">
- <solid android:color="@color/selection_background_color_dark" />
- </shape>
- </item>
- <item android:state_focused="true">
- <shape android:shape="rectangle">
- <solid android:color="@color/selection_background_color_dark" />
- </shape>
- </item>
- <item>
- <shape android:shape="rectangle">
- <solid android:color="@android:color/transparent" />
- </shape>
- </item>
-</selector> \ No newline at end of file