I\'ve been getting InflateException/ClassNotFoundException error intermittently. I\'ve seen similar errors before in SO but they were caused by spelling errors. I spelled \'
The error during inflation might come from drawable used in the ImageView, in this case:
android:background="@drawable/timeline_image_border" android:src="@drawable/timeline_image_dummy"
To get rid of it, replace all the existing images trying a different drawable.