I have two different layouts for two different Activities. There is a button in each of these layouts with the same id: \"@+id/btnOK\". When I set a property for one of thes
I imagine there would be an issue in the R.java class, as this class will have public static members corresponding to each View id.
R.java
View
For it to work, the R.java class would need to rename some of those id's, and then how would you find them?