mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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") {
|
if (attributeName === "columns") {
|
||||||
this.setColumns(attributeValue);
|
this.setColumns(attributeValue);
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user