Open GoogleCodeExporter opened 9 years ago
I have searched numerous solitare/freecell apps and this is by far the best -
but I had only downloaded it to an android phone (HTC Desire). On the tablet,
the playing field is size of phone unfortunately, and won't expand.
Original comment by bcoha...@gmail.com
on 20 Jun 2011 at 8:48
What you're seeing is the dreaded screen compatibility mode. The dev needs to
add the following line to the Android Manifest after the end of the application
section:
<supports-screens
android:largeScreens="true"
android:xlargeScreens="true"/>
He might also have to create higher resolution resources, but I think the
default will cause android to scale the current resources up to size...it will
be ugly but functional.
See
http://developer.android.com/guide/topics/manifest/supports-screens-element.html
for more information on supporting large screens.
Original comment by CMSpoo...@gmail.com
on 19 Aug 2011 at 5:59
Original issue reported on code.google.com by
bcoha...@gmail.com
on 20 Jun 2011 at 8:32