[TIMOB-277] Android Menu Items differ with different SDK
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:52:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.2.0 |
Components | Android |
Labels | android, menu, ui |
Reporter | Dav Glass |
Assignee | Don Thorp |
Created | 2011-04-15T02:26:33.000+0000 |
Updated | 2011-04-17T01:52:34.000+0000 |
Description
Using this code to create a Menu in Android:
http://gist.github.com/246835">http://gist.github.com/246835
This is what it looks like with the 1.5 SDK:
http://skitch.com/davglass/nj218/titanium-0.7.0-android">http://skitch.com/davglass/nj218/titanium-0.7.0-android
Everything looks fine, icon and text.
Now using the 2.0 SDK with the same code:
http://skitch.com/davglass/nj2ub/titanium-android-sdk-2.0">http://skitch.com/davglass/nj2ub/titanium-android-sdk-2.0
All you get are big icons, but no text.
This is an asset problem. The menu's in 2.0 want smaller graphics than 1.6. Use the android version to pick different images.