You can inject any view using the @InjectView annotation:
You'll need to:
Example
@InjectView(R.id.textView1) TextView textView1; @InjectView(R.id.textView2) TextView textView2; @InjectView(R.id.imageView1) ImageView imageView1;