I build a new home screen from scratch every few weeks, but they all have the same app “buttons” (app shortcuts, made up of background shapes; a button-specific fonticon; button-specific label; button-specific touch actions)
Can we have a way to specify “button” settings in XML, and load them?
<Buttons>
<Button>
<Label>Chrome</Label>
<IconLibrary>Remix_v2</IconLibrary>
<IconImage>Life-lightbulb-flash-line-</IconImage>
<TouchType>Launch App</TouchType>
<TouchAction>Chrome</TouchAction>
</Button>
</Buttons>
At the moment you cannot set the fonticon library, nor the touch actions from a formula. Maybe that’s step 1?