Fixed focus bug in new ImageCardView

b/22955551
ImageCardViewStyle had focusable defined
in style which caused all it's children
to also get set focusable=true. Thus the
VerticalGridFragment didn't know what to
set focused or not. The ImageCardView is
not set focusable in code.

Change-Id: Id8c427d86042a24d0f8c88b7adc04fb997108e6e
2 files changed