We're using Material Design icons from the Google library, at 48dp.
When using list style, the icons look great.
When using grid style, the icons are blurry on various tablets, but not on phones. I get the same result whether I build the Bottom sheet using items defined in a menu XML file, or dynamically from code (using enum values).
Overview

Up Close

Should @style/BottomSheet_GridItemImage just use wrap_content for layout_width and layout_height instead of explicitly specifying 48dp?
We're using Material Design icons from the Google library, at
48dp.When using list style, the icons look great.
When using grid style, the icons are blurry on various tablets, but not on phones. I get the same result whether I build the Bottom sheet using items defined in a menu XML file, or dynamically from code (using enum values).
Overview

Up Close

Should
@style/BottomSheet_GridItemImagejust usewrap_contentforlayout_widthandlayout_heightinstead of explicitly specifying48dp?