smpaine / PortKnocker

This Android application allows people (who are running a port knock daemon) to send TCP or UDP packets to the specified ports. Based off the other app PortKnocking, but faster.
17 stars 2 forks source link

layout is not dpi independent, so high dpi devices have tiny UI elements #2

Closed qorron closed 13 years ago

qorron commented 13 years ago

I noticed this on my Milestone/Droid. the host-list was to tiny to hit exactly one host. I changed every size declaration to an independent unit (dp for layout and sp for text) details: http://developer.android.com/guide/practices/screens_support.html it looks pretty and usable now regardless which screensize is selected.

smpaine commented 13 years ago

Okay, thanks for the link. I changed the units on all elements that were sized in px and pt.