0
Id Duplicado Duplicate id Android Studio
Cuando copio elementos, como un TextView, y los pego en la misma Activity, a veces tengo el problema de que se duplica el id, y cualquier cambio que haga en un elemento, se refleja en su duplicado, como un espejo. CĂłmo hago para que dejen de estar duplicados? // When I copy elements, like TextView, and paste them into the same Activity, I sometimes have the problem that the id is duplicated, and any changes I make to the element are reflected in its duplicate, like a mirror. How can I stop duplicating them?
1 Answer
+ 1
After copying the item. You need to change the id of the new element.