summaryrefslogtreecommitdiff
path: root/ui/widget/README.md
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-17 12:06:41 +0100
committerGitHub <noreply@github.com>2024-03-17 12:06:41 +0100
commit17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2 (patch)
treee0813fb457b766f6edc532ad28a63f200f629763 /ui/widget/README.md
parent8dc8cc64a8a6de3adfba1aaf0a0306f90727a2c4 (diff)
downloadAntennaPod-17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2.zip
Move notification icons and widget icons to separate modules (#6995)
Diffstat (limited to 'ui/widget/README.md')
-rw-r--r--ui/widget/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/widget/README.md b/ui/widget/README.md
new file mode 100644
index 000000000..9d07c0eef
--- /dev/null
+++ b/ui/widget/README.md
@@ -0,0 +1,4 @@
+# :ui:widget
+
+This module manages the widget. The icons specified in this module are rasterized to png. This is necessary to support old Android versions that do not support VectorDrawables. This is only needed for external icons - for the icons within the app, appcompat handles drawing the vectors.
+