ibrahimsaputra / achartengine

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

Label size became very small when adding <uses-sdk android:minSdkVersion="4" /> #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add <uses-sdk android:minSdkVersion="4"/> to AndroidManifest.xml in the Demo 
program and any app use this api.
2. Install the Demo apk 
3. Run the Demo apk

What is the expected output? What do you see instead?
Without <uses-sdk android:minSdkVersion="4"/> in AndroidManifest.xml, the 
labels look normal. When add this line, the label becomes tiny. 

Please provide a source code snippet that we can use to replicate the issue.
I downloaded the Demo code and insert <uses-sdk android:minSdkVersion="4"/> in 
AndroidManifest.xml. This is the only change.

What version of the product binary library are you using?
Tested on the 1.5 and 2.2

Please provide any additional information below.

Original issue reported on code.google.com by qzh...@gmail.com on 29 Jan 2011 at 2:15

GoogleCodeExporter commented 9 years ago
This is on achartengine-0.5.0.jar.

Original comment by qzh...@gmail.com on 29 Jan 2011 at 2:38

GoogleCodeExporter commented 9 years ago
Made the demo to have minSdkVersion="7" and updated the labels sizes such as it 
looks nice.
Starting from sdk version="3", Android supports different screen sizes so 
specifying this makes the app have a different resolution, which makes labels 
look smaller.

Original comment by dandrome...@gmail.com on 3 Feb 2011 at 1:21