Erel,
A custom listview like b4amListView. I'm not setting Textsize with dip units but with normal Fontsize. Also not setting Imageview with dip because that gives weird results.
I'm using drawables from my resources and have them for different types of phones (mdpi, xxhdpi etc.), this works great for actionbar etc.
However, for the list view (i create a drawer menu with it) I never seem to be getting the best result. Best viewable result on higher resolution phones is if I set Imageview to 64.
All other options including using the scale module seem to make the icons mostly stretched and too big.
Cheers.