[AC-2192] [android] borderview doesnt follow nativeview visibility
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-11-05T21:20:32.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | android, border, view |
| Reporter | Martin Guillon |
| Assignee | Mauro Parra-Miranda |
| Created | 2012-10-21T15:42:11.000+0000 |
| Updated | 2016-03-08T07:41:11.000+0000 |
Description
var win = Ti.UI.createWindow({backgroundColor:'white'});
var button = Ti.UI.createButton({
width:100,
height:35,
backgroundColor:'blue',
visible:false,
borderColor:'green',
borderWidth:3,
title:'click'
});
win.add(button);
win.open();
pull request https://github.com/appcelerator/titanium_mobile/pull/3310