[AC-2126] Android TSS issue with Alloy 1.1.0
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-05-15T18:05:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Saurav Nagpal |
Assignee | Mauro Parra-Miranda |
Created | 2013-04-19T09:46:23.000+0000 |
Updated | 2016-03-08T07:41:06.000+0000 |
Description
After I upgraded my App to use sdk 3.1, I found some strange behavior with in application:
1)Both the tss present in root and platform specific is getting applied.This seems to be Alloy 1.1 issue as when we run this with alloy 1.0 it worked fine.
2)Background images in view are getting stretched, that were coming perfectly fine with SDK 3.0.2.
Attaching the sample source code that describe this issue.
Please let me know any fixes for this.
Attachments
This is by design. As of 1.1.0, styles are merged together instead of one outright replacing the other. So now, your root style is being merged with the platform-specific style. This allows for less redundant styling and more style reuse.