drawableResources

Allows customization of drawable resources used explicitly by OUDS components.

Caution: To avoid resource conflicts, Android recommends using a prefix or other consistent naming scheme that is unique to the module (or is unique across all project modules). We strongly recommend that you prefix your resources with the theme name. Example: If your theme is "LoremIpsum", name resources like ic_lorem_ipsum_checkbox_selected, ic_lorem_ipsum_chip_tick, etc.