[TIMOB-13054] Android Listview: Remove ListItemLayout and use TiCompositeLayout instead
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-27T01:33:35.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 07 API, 2013 Sprint 07 |
Components | Android |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Hieu Pham |
Created | 2013-03-13T22:10:33.000+0000 |
Updated | 2017-03-16T21:06:44.000+0000 |
Description
We just override the generateLayoutParams method there. I would try to just call getParams() and set the autoFillWidth property instead of creating a new class to do that.
https://github.com/appcelerator/titanium_mobile/pull/4033
Closing ticket as fixed.