cheald / FlexAuth

Flexibile authentication for Battle.net on Android platforms
http://www.coffeepowered.net/2010/06/10/flexauth-portable-authentication-for-battle-net/
Other
5 stars 4 forks source link

Codes Unreadable [Moto Milestone] #2

Open Mastinae opened 13 years ago

Mastinae commented 13 years ago

On the Motorola Milestone the generated codes are not a readable size. This occurs in both the Application and the Widget as well as in Landscape or Portrait orientation.

Samutz commented 13 years ago

Similar problem on my Motorola Droid 2 Global. The text on the widget takes up a small fraction of the widget's box and is very tiny. The account names on the main code list screen (token_row layout) are also tiny.

Screenshots: http://samutz.com/share/flexauth_widget.png http://samutz.com/share/flexauth_codelist.png

Judging by the source, it looks like layout needs to be split into layout-hdpi, layout-mdpi, and layout-ldpi with varying text sizes for each one.