Odd visual issue with ListView item layout with two pressable pieces
- by jnylen
I wanted to make a ListView where the items have two pressable pieces, like the layouts that show up in a couple of places in the stock Android phone/contacts application:
I have the layout working fine, including handling events from each piece separately, except for a visual issue when the smaller piece is pressed. In my application the…