I have been working with custom AlertDialog selections for the last few days and stumbled upon android.R.layout.xxx layouts.
A good example would be this question. The android documentation is extremely skimpy on this...
What I haven't found though is just how to look up components of such layouts. I tried to open these layouts in Eclipse, but it says it can't and I haven't been able to find a site that would list these layouts.
So how do I find out what android.R.id's are in such a layout and what layout is good for what usage?