[TIMOB-12176] Android: Create ListView module
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-14T04:57:37.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2013 Sprint 05 API, 2013 Sprint 05 |
| Components | Android |
| Labels | n/a |
| Reporter | Ingo Muschenetz |
| Assignee | Hieu Pham |
| Created | 2013-01-03T09:00:45.000+0000 |
| Updated | 2017-03-29T16:47:51.000+0000 |
Description
Attachments
| File | Date | Size |
|---|---|---|
| app.js | 2013-03-11T01:31:11.000+0000 | 11311 |
PR: https://github.com/appcelerator/titanium_mobile/pull/3935/ Since the PR changes the event bubbling, we need to test TIMOB-10463 when FR.
Another test case here: http://pastebin.com/JiNuhkn5
I am not able to get the selectedBackgroundColor on the rows. Here is my template for each row. Also the tests app.js I don't get the selector color when tapping it.
var template = { properties : { selectedBackgroundColor: "green" }, childTemplates : [{ type : 'Ti.UI.ImageView', bindId : 'image', properties : { left : '0', width : '60dp', height : '60dp' }, }, { type : 'Ti.UI.Label', bindId : 'title', properties : { color : 'black', font : { fontFamily : 'Arial', fontSize : '13dp', fontWeight : 'bold' }, left : '80dp', top : '5dp', width : Ti.UI.SIZE, height : Ti.UI.SIZE }, }] };In my template above when my title label is longer than the viewport I want it to wrap to the next line or ellipsize. It is currently just got right off the screen.
@Darren--can you please file a separate bug for that issue?
Ingo shouldn't this be reopened since it is not feature complete? I would like to see this fixed in 3.1
@Darren, the feature may be complete, but it could still have bugs as a result of testing. Those should be opened as separate issues or it will make addressing and resolving them impossible to manage.
Understood .. I will create one with a sample test
Closing ticket as fixed.