I mean widgets that are not going to be touched through program code.
views:
26answers:
1
+1
A:
No. The id used to access widgets from code. If you don't need that, you don't need an ID.
TuomasR
2010-09-29 07:47:47
There is one special case where you may need to add an id to a view that is not referenced from code. If you are using RelativeLayouts the ids will be used to identify views to define layout_above or layout_alignBaseline etc.
Janusz
2010-09-29 11:46:01