Spaces instead of tabs

This commit is contained in:
hshristov
2015-10-09 10:53:42 +03:00
parent c3f28ba42d
commit 4d69f6111e

View File

@@ -21,7 +21,7 @@ public class WrapLayout extends LayoutBase {
public WrapLayout(Context context) { public WrapLayout(Context context) {
super(context); super(context);
} }
public Orientation getOrientation() { public Orientation getOrientation() {
return this._orientation; return this._orientation;
} }