You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my HTC Wildfire I got some lines of text in the listview cut off
(screenshorts 1 and 2).
The preferred listview height seems to be 48dp on my screen, 48dp minus 12 dp
for padding (2x6dp) is 36dp. The height of one textview is 26dp, and the size
of text in another textview is 18dp, which is together more than 36dp. Maybe
I'm wrong, but here's what I did to fix it (a rough fix, so if there is a nicer
way - please, use it).
I changed the height of the explorer_resMeta textview to 20dp from 26 dp.
Also, I removed the left padding of the explorer_resName textview (it looked
better to me, but I see no reason to use padding there).
After these changes the list looked like on the 3rd screenshot.
Original issue reported on code.google.com by [email protected] on 24 Jun 2012 at 10:05
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2012 at 10:05Attachments:
The text was updated successfully, but these errors were encountered: