AntennaPod/ui/common
flofriday 76bc899173
Fix error icon in the drawer (#7238)
There has been some regression that the error icon in the drawer was
just a circle instead of the the exclamation mark.

The error occurred because the icon was modified to have a background
circle once it was added to the subscription screens. However, in the
drawer a icon tint was applied which now also tinted the background
and made now only the background show.
2024-06-13 08:23:26 +02:00
..
src Fix error icon in the drawer (#7238) 2024-06-13 08:23:26 +02:00
README.md Move basic views to new module 2021-02-12 21:00:39 +01:00
build.gradle CI tweaks (#7069) 2024-04-07 23:28:14 +02:00

README.md

:ui:common

This module provides basic UI functionality that is needed in multiple modules. UI elements that are only used in a single module should not be defined here.