mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
ApplyXmlAttributes implementation fixed
This commit is contained in:

committed by
hshristov

parent
42e5e9aac0
commit
7516ac6ab3
@ -266,7 +266,7 @@ export class GridLayout extends layouts.LayoutBase implements definition.GridLay
|
||||
//
|
||||
}
|
||||
|
||||
applyXmlAttribute(attributeName: string, attributeValue: any): boolean {
|
||||
_applyXmlAttribute(attributeName: string, attributeValue: any): boolean {
|
||||
if (attributeName === "columns") {
|
||||
this.setColumns(attributeValue);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user