tags:

views:

47

answers:

1

I'm trying to user the LayoutInfator to create a view. One of the options I'm thinking about is using the default android.R.layout files. However I'm finding it difficult to locate these files/how they look. It would be great if I could get some help in locating the source. I need to find the id's of the individual elements within those xml files.

Thanks

+3  A: 

They can be found in your Android SDK folder under:

/platforms/android-x/data/res/layout

kcoppock