url:
The most flexible way to set thumb size for me is to create layered-drawable with shape as placeholder thumb_image.xml
:
So basically changing the size of shape will stretch drawable, the shape is transparent so it won't be visible. Also the minimum size of such thumb is size of bitmap.
Here is example of layout: