nageshmtech2015 / android-file-explorer

Automatically exported from code.google.com/p/android-file-explorer
0 stars 0 forks source link

some text is cut off in ldpi resolution #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 zaitsev....@gmail.com on 24 Jun 2012 at 10:05

Attachments:

GoogleCodeExporter commented 8 years ago
That is strange. Works on my HTC WIldfire test device.

Original comment by amey.sak...@gmail.com on 23 Aug 2012 at 11:55