Accessibility] Missing contentDescription attribute on image
Just add this:
android:contentDescription="@string/description"
then go to yours Strings.xml and add this:
YOUR_DESCRIPTION_HERE