Use ImageView rather than ImageButton for non-focusable buttons

ImageButton sets focusable to be true in its constructor, so setting
it to false in layout file won't work. For buttons that shouldn't
be focusable, we should use ImageView instead.

Bug: 150956344
Test: manual
Change-Id: I1c28673ca635655fb3c8f67c719f8225c304bbab
1 file changed