agro6162 / talkmyphone

Automatically exported from code.google.com/p/talkmyphone
0 stars 0 forks source link

Add support for small screens #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some android phones have small screens and just need a tag in the Manifest file 
for the app to appear on the market for them. We just need to add this tag.

Original issue reported on code.google.com by chm.duquesne on 20 Sep 2010 at 12:16

GoogleCodeExporter commented 9 years ago

Original comment by chm.duquesne on 20 Sep 2010 at 12:17

GoogleCodeExporter commented 9 years ago
you can see here more about this:
http://android-pt.com/supporting-different-screen-sizes

<uses-sdk android:minSdkVersion="3" /> <uses-sdk android:targetSdkVersion="8" />
<supports-screens android:smallScreens="true" android:normalScreens="true" 
android:largeScreens="true" android:anyDensity="true" /> 

Original comment by ferna...@bugabundo.net on 24 Sep 2010 at 9:29

GoogleCodeExporter commented 9 years ago
Thank you, I know :) This ticket is just a reminder to myself, in order not to 
forget to fix that in the next release.

Original comment by chm.duquesne on 24 Sep 2010 at 12:10

GoogleCodeExporter commented 9 years ago
np.
I thought as much.
never the less, if anyone in the future cross here, will find the How To. :D

Original comment by ferna...@bugabundo.net on 24 Sep 2010 at 12:13