-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Add option to create a custom colour profile and use it with addTarget method (https://developer.android.com/training/material/palette-colors.html#extract-color-profiles and https://developer.android.com/reference/android/support/v7/graphics/Palette.Builder.html#addTarget(android.support.v7.graphics.Target)).
The main difficulty is to find a nice way to create Target in JS and pass it to the native side (https://developer.android.com/reference/android/support/v7/graphics/Target.html).
Reactions are currently unavailable