AntennaPod/ui/widget
ByteHamster 0cbd97b5cb
Move theme to :ui:common module (#6997)
This enables creating Activities outside the app and core modules
2024-03-17 18:43:55 +01:00
..
src/main/res/drawable Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00
README.md Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00
build.gradle Move theme to :ui:common module (#6997) 2024-03-17 18:43:55 +01:00

README.md

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