summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-17 18:43:55 +0100
committerGitHub <noreply@github.com>2024-03-17 18:43:55 +0100
commit0cbd97b5cbffa5ba1b2458a2b33248e98a376d7e (patch)
treeb1967d54efbcc71bc07bd8ef40f0d371c8b0f292 /core/src/main/res/values/attrs.xml
parent17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2 (diff)
downloadAntennaPod-0cbd97b5cbffa5ba1b2458a2b33248e98a376d7e.zip
Move theme to :ui:common module (#6997)
This enables creating Activities outside the app and core modules
Diffstat (limited to 'core/src/main/res/values/attrs.xml')
-rw-r--r--core/src/main/res/values/attrs.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
deleted file mode 100644
index 57fde8e10..000000000
--- a/core/src/main/res/values/attrs.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <attr name="dragview_background" format="reference"/>
- <attr name="progressBarTheme" format="reference"/>
- <attr name="action_icon_color" format="color"/>
- <attr name="scrollbar_thumb" format="reference"/>
- <attr name="background_color" format="color"/>
- <attr name="background_elevated" format="color"/>
- <attr name="seek_background" format="color" />
- <attr name="icon_red" format="color" />
- <attr name="icon_yellow" format="color" />
- <attr name="icon_green" format="color" />
- <attr name="icon_purple" format="color" />
- <attr name="icon_gray" format="color" />
-</resources>