[mono-android] DrawLine problem with Paint.StrokeWidth = 1
Jonathan Pryor
jpryor at novell.com
Mon Mar 21 11:09:02 EDT 2011
On Mar 21, 2011, at 6:51 AM, Narcís Calvet wrote:
> To confirm it's an Android problem we did some more tests here. We ported
> the grid-lines drawing test to Java for Android and, to my surprise, it
> always works the same way there regardless the minSdkVersion attribute.
In other news, I was shocked/dismayed to discover that the current mandroid behavior broke the TexturedCube sample. Some more investigation showed that //uses-sdk/@android:minSdkVersion is fine, but //uses-sdk/@android:targetSdkVersion screws things up, royally.
Thus, the current fix in mandroid is to _not_ generate the //uses-sdk/@android:targetSdkVersion attribute, but only the //uses-sdk/@android:minSdkVersion attribute. This will be present in the next release.
- Jon
More information about the Monodroid
mailing list