I’m working with a CustomMenu where I override the drawTitle() function to set a custom background color and draw a Text drawable. Since the background shouldn’t cover the entire title area, I apply a clip region before calling Dc.clear() , and then reset...