android-layout

View outside a Dialogs bounds

江枫思渺然 提交于 2020-11-26 03:21:14
问题 I want something like this: The users profile picture is "popping out" over the dialogs bounds. I've tried everything: messing with clipping with every possibly combination under the sun, dynamically creating the view after the dialog and adding it to the root content view, using a seperate view and loading that in with Dialog.setCustomTitle(), hacking the Images onDraw() methods and applying all-sorts of bounds/positional hacks --- but no matter what the image always gets clipped and split