Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20568] Windows: Border not working

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 5.2.0
Fix Version/sn/a
Componentsn/a
Labels8.1, border, windows8.1
ReporterParmeet Singh
AssigneeUnknown
Created2016-03-15T09:40:07.000+0000
Updated2018-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'
	}
},

Comments

No comments

JSON Source