Android Wear CircledImageView (and DelayedConfirmationView) Always Square
问题 Anytime I try to use a CircledImageView (I'm developing on an LG G Watch) my image has a squared background. I get the same result with a DelayedConfirmationView , plus there is no "countdown animation." 回答1: Turns out the issue with the rounding was that I was specifying the layout_width and layout_height in dp instead of using wrap_content . The issue with the "countdown" animation is that there needs to be a border width and color specified. EDIT: Here's a sample of what I was using ( app