[AC-2362] Layout horizontal acting like composite
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-04-23T05:02:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | John Smith |
Assignee | Ritu Agrawal |
Created | 2014-01-25T17:54:55.000+0000 |
Updated | 2016-03-08T07:41:23.000+0000 |
Description
the layout on android works as expected, ie all data on one line laid out side by side. However, on the iphone, the image and text are centred, just as I would expect from composite layout.
Attached is a very slimmed down version of my app. The model adapter is rigged to return a record with no network call.
Attachments
File | Date | Size |
bar.tar.gz | 2014-01-25T17:54:55.000+0000 | 6199184 |
I am curious if you have tried the same scenario with a Titanium test case. Looking at this Alloy test case, it does not appear to be Alloy specific so having a Titanium test would certainly narrow down the issue. Let me know if you have a test case to reproduce the same issue without Alloy.
No I haven't.
Engineering team mentioned that we do not support horizontal view on a list item.