[ALOY-1166] Direction arrow in models/binding_dataFunction test sample not correct on Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-10-28T02:50:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Tim Statler |
Assignee | Tim Poulsen |
Created | 2014-10-15T14:08:17.000+0000 |
Updated | 2014-10-28T02:50:43.000+0000 |
Description
https://github.com/appcelerator/alloy/tree/master/test/apps/models/binding_dataFunction
1. Build and run for Android and iPhone.
Results: Direction arrow on Android is center-aligned; on iOS, the arrow is left-aligned.
Expected: Arrow position same on both platforms.
Attachments
File | Date | Size |
---|---|---|
diffs.png | 2014-10-15T14:08:17.000+0000 | 166999 |
PR https://github.com/appcelerator/alloy/pull/612 Functional test: run the sample app on Android & iOS. The arrow should be 10dp from the left edge of the screen.
PR merged.