appcelerator AlloyプロジェクトでTSSを使用して、フォントサイズ、トップ、高さ、幅の式を書くにはどうすればよいですか
'.myLabel': {
backgroundColor: '#fff',
height: Ti.Platform.displayCaps.platformHeight / 2,
width: (Ti.Platform.displayCaps.platformWidth + 50) / 2
}
appcelerator AlloyプロジェクトでTSSを使用して、フォントサイズ、トップ、高さ、幅の式を書くにはどうすればよいですか
'.myLabel': {
backgroundColor: '#fff',
height: Ti.Platform.displayCaps.platformHeight / 2,
width: (Ti.Platform.displayCaps.platformWidth + 50) / 2
}