AntennaPod/ui/widget
2024-03-31 09:15:03 +02:00
..
src/main Move widget setup code to widget module (#6996) 2024-03-25 23:45:09 +01:00
build.gradle Remove unneeded module dependencies (#7046) 2024-03-31 09:15:03 +02:00
README.md Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00

: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.