Using the Epoxy ModelView causes Inflate errors and NullPoint errors
I'm using the @ModelView annotation from the Epoxy library to create a CustomView.
I'm making it with reference to another example, but the following error keeps coming up.
android.view.InflateException: Binary XML file line #2 in com.example.testepoxy:layout/item_custom_view: Binary XML file line #2 in com.example.testepoxy:layout/my_view: Error inflating class com.example.testepoxy.ItemCustomView
Caused by: java.lang.NullPointerException: findViewById(R.id.title) must not be null...