diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-17 12:06:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 12:06:41 +0100 |
commit | 17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2 (patch) | |
tree | e0813fb457b766f6edc532ad28a63f200f629763 /ui/widget/README.md | |
parent | 8dc8cc64a8a6de3adfba1aaf0a0306f90727a2c4 (diff) | |
download | AntennaPod-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.md | 4 |
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. + |