Null ImageView Reference
问题 I'm trying to get a reference to an ImageView object and for whatever reason, it keeps coming back as null. XML: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="6dip"> <ImageView android:id="@+id/application_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id