[TIMOB-20568] Windows: Border not working
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.2.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | 8.1, border, windows8.1 |
| Reporter | Parmeet Singh |
| Assignee | Unknown |
| Created | 2016-03-15T09:40:07.000+0000 |
| Updated | 2018-02-28T19:55:48.000+0000 |
Description
I have specified borders to my components but it's not working in any element e.g scrollView, button, etc.
Example code :
'.buttonWidth':{
top: '1%',
image:"images/icons/accept_terms.png",
width: '80%',
height: '6%',
borderRadius: '15dp',
borderColor: '#eaa73c',
borderWidth : '2dp',
backgroundColor: '#eaa73c',
font:{
fontFamily: 'Century Gothic',
fontSize: '18sp',
fontWeight: 'Bold'
}
},
No comments