mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
GridLayout desired size is based on the children desired size when alignment is not Stretch.
Identation is now spaces instead of tabs.
This commit is contained in:
@@ -21,7 +21,7 @@ public class WrapLayout extends LayoutBase {
|
||||
public WrapLayout(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
|
||||
public Orientation getOrientation() {
|
||||
return this._orientation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user