SyntaxFix
Write A Post
Hire A Developer
Questions
In your XML for the image view, where you have android:background="@drawable/thumbs_down change this to android:src="@drawable/thumbs_down"
android:background="@drawable/thumbs_down
android:src="@drawable/thumbs_down"
Currently it is placing that image as the background to the view and not the actual image in it.