From 17f5a5d1b85f07bada36abe6541ed0fc1e1d83a2 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 17 Mar 2024 12:06:41 +0100 Subject: Move notification icons and widget icons to separate modules (#6995) --- ui/widget/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ui/widget/README.md (limited to 'ui/widget/README.md') 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. + -- cgit v1.2.3