I know there are other questions on SO asking the same thing. I have already looked at most of them.
Most answers call about memory errors. I can\'t see how an
The stack trace doesn't show it, but the error during inflation might come from drawable used in the ImageView, in this case:
ImageView
android:src="@drawable/ic_dot"
OP tested this hunch, by trying a different drawable which "seems ok right now...".