android call log like design
Posted
by Alxandr
on Stack Overflow
See other posts from Stack Overflow
or by Alxandr
Published on 2010-04-11T03:33:34Z
Indexed on
2010/04/11
3:43 UTC
Read the original article
Hit count: 368
I'm trying to create a design for a list that looks like (and mostly behaves like) the call log, like shown here:
I don't need all the design, but what I'm trying to achieve is the two-columned design with the splitter in-between, and the behavior that if I click on the main item (the left part) one thing happens (in this case, you open some details about the call), and if you press the outer right part something else happens (you call the contact).
I'm pretty new to android, but I've managed to do most of the designs I wanted so far, so I don't need the entire layout for this one, only the part that does the splitting and the splitter. And if possible it would be nice to know how to map the clicks appropriately, though I think I might be able to find that out by my self.
© Stack Overflow or respective owner