Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some text is cut off in ldpi resolution #7

Open
GoogleCodeExporter opened this issue Jun 13, 2015 · 1 comment
Open

some text is cut off in ldpi resolution #7

GoogleCodeExporter opened this issue Jun 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

That is strange. Works on my HTC WIldfire test device.

Original comment by [email protected] on 23 Aug 2012 at 11:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant