[AC-1431] Android: borderRadius does not understand 'dp' units
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-05-27T17:15:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Fix Please |
Assignee | Ritu Agrawal |
Created | 2014-05-26T11:31:51.000+0000 |
Updated | 2016-03-08T07:37:51.000+0000 |
Description
See the image attached.
The markup:
<Alloy>
<Window class="container">
<View layout="horizontal">
<View width="100dp" height="100dp" borderWidth="5" borderRadius="100" borderColor="blue" top="10dp" left="5dp"></View>
<View width="100dp" height="100dp" borderWidth="5dp" borderRadius="100" borderColor="blue" top="10dp" left="5dp"></View>
<View width="100dp" height="100dp" borderWidth="5" borderRadius="100dp" borderColor="blue" top="10dp" left="5dp"></View>
<View width="100dp" height="100dp" borderWidth="5dp" borderRadius="100dp" borderColor="blue" top="10dp" left="5dp"></View>
</View>
</Window>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
ts_dpDoesNotWork.jpg | 2014-05-26T11:31:51.000+0000 | 35663 |
This is a duplicate of TIMOB-15099 . This issue is already fixed and is schedule for the next release.
Hi Ritu, It's stated in the TIMOB-15099 that it's *already* fixed in the *Release 3.2.3* and verified with *3.2.3.v20140325145222* My current environment is *Titanium Studio, build: 3.2.3.201404181442*. And the issue still exists. So which 'next release' do you mean?
Seems my environment do not automatically use the latest installed GA for some reason. The issue is gone once I've switched to the 3.2.3.GA manually.