Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jul 4, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

This is on achartengine-0.5.0.jar.

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant