summaryrefslogtreecommitdiff
path: root/src_plugins/com/android/systemui/plugins/ResourceProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Makes spring variable dynamic resources so that they can be changed via pluginJon Miranda2020-03-021-0/+5
| | | | | Bug: 147302669 Change-Id: Ia4e74ff46a4d8338a56ea75ed826b69102c42d93
* Adding utility class to load customization resources for easier prototypeSunny Goyal2019-11-111-0/+47
Also adding support for grouping multiple plugins in same APK using process name To customize resources update the defination of dymanic_resources in config.xml: <array name="dynamic_resources"> <item>@color/delete_target_hover_tint</item> <item>@integer/config_folderDelay</item> <item>@dimen/all_apps_action_spacing</item> <item>@fraction/container_margin</item> </array> Change-Id: I79c08845464510af96b16d375b424ad914657f39