summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-01-02 18:21:01 +0100
committerByteHamster <info@bytehamster.com>2020-01-02 18:22:53 +0100
commit8119b4a8e1b1eab63821cdbca4f5fe4ac8ad5b81 (patch)
tree4c27dc4e4c38ac73a62650563f717fa1b98e89b0 /core/src
parent417dcdacf02df820d304e6d8e6c0997880ba5725 (diff)
downloadAntennaPod-8119b4a8e1b1eab63821cdbca4f5fe4ac8ad5b81.zip
Replaced custom background with selectableItemBackground
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/drawable/borderless_button_dark.xml18
-rw-r--r--core/src/main/res/values-v16/colors.xml4
-rw-r--r--core/src/main/res/values/attrs.xml1
3 files changed, 0 insertions, 23 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
diff --git a/core/src/main/res/values-v16/colors.xml b/core/src/main/res/values-v16/colors.xml
deleted file mode 100644
index 4154280e8..000000000
--- a/core/src/main/res/values-v16/colors.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <color name="selection_background_color_dark">#484B4D</color>
-</resources> \ No newline at end of file
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index fe571539a..755bbac58 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -28,7 +28,6 @@
<attr name="ic_folder" format="reference"/>
<attr name="type_audio" format="reference"/>
<attr name="type_video" format="reference"/>
- <attr name="borderless_button" format="reference"/>
<attr name="overlay_drawable" format="reference"/>
<attr name="dragview_background" format="reference"/>
<attr name="dragview_float_background" format="reference"/>