Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2126] Android TSS issue with Alloy 1.1.0

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionWon't Fix
Resolution Date2013-05-15T18:05:28.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsn/a
ReporterSaurav Nagpal
AssigneeMauro Parra-Miranda
Created2013-04-19T09:46:23.000+0000
Updated2016-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

FileDateSize
AlloyTestCase.zip2013-04-19T09:46:23.000+00005987525

Comments

  1. Tony Lukasavage 2013-05-15

    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.

JSON Source