0

Is there a document or series of documents that gives specific information on standard Android layout templates. I have been looking for several hours and not found anything. I have seen R.layout that gives some scant info and constant values.

I understand how to create custom layouts, I have made many in my apps but I cannot find comprehensive info on the xml equivalents or usage info for Android standard templates such as simple_list_item_1, simple_list_item_2, simple_list_item_multiple_choice, etc

Bill_NZ
  • 21
  • 3
  • If you want the actual code for these xml files, see: http://stackoverflow.com/questions/6079344/what-is-android-r-layout-simple-list-item-1 – Anson Yao Jul 26 '13 at 22:48

1 Answers1

0

Unfortunately there isn't, at least no to my knowledge. There is an official documentation here but its missing a lot of information though.

Hope this helps...

ChD Computers
  • 3,135
  • 3
  • 23
  • 33