summaryrefslogtreecommitdiff
path: root/res/drawable/borderless_button_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/borderless_button_dark.xml')
-rw-r--r--res/drawable/borderless_button_dark.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/res/drawable/borderless_button_dark.xml b/res/drawable/borderless_button_dark.xml
deleted file mode 100644
index 6d263938d..000000000
--- a/res/drawable/borderless_button_dark.xml
+++ /dev/null
@@ -1,13 +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