I was following this tutorial on how to add complications to a watch face using ComplicationDrawable
. Something I can't figure out is how do I make a ComplicationDrawable
responsive to the content? For example, if the data type for the bottom complication is ComplicationData.TYPE_LONG_TEXT
, how do I make my ComplicationDrawable
wider to adjust for the text?
Here is my code for how I'm drawing the bounds for the complications.
I can't find an example of this anywhere so maybe it's not possible.