Copy android.R.layout to my project
- by eric
Good advice from CommonWare and Steve H but it's not as easy to me as I first thought.
Based on their advice I'm trying to copy android.R.layout to my project to ensure consistency. How do you do this?
I looked in Eclipse's Package Explorer and under
Android 1.5android.jarandroidR.classRlayout and find R$layout.class.
Do I copy the code out of…