almost all without layouts

This commit is contained in:
Hristo Hristov
2016-12-06 17:50:44 +02:00
parent 94dee2973a
commit 1202cb7288
111 changed files with 718 additions and 727 deletions

View File

@ -1,7 +1,7 @@
import { SegmentedBarItemBase, SegmentedBarBase, selectedIndexProperty, itemsProperty, selectedBackgroundColorProperty } from "./segmented-bar-common";
import { colorProperty, fontInternalProperty } from "ui/core/view";
import { Color } from "color";
import { Font } from "ui/styling/font";
import {
SegmentedBarItemBase, SegmentedBarBase, selectedIndexProperty, itemsProperty, selectedBackgroundColorProperty,
colorProperty, fontInternalProperty, Color, Font
} from "./segmented-bar-common";
export * from "./segmented-bar-common";
@ -218,7 +218,7 @@ export class SegmentedBar extends SegmentedBarBase {
setValue = true;
color = value.android;
}
let tabHost = this._android;
let apiLevel = this.apiLevel;
for (let i = 0, count = tabHost.getTabWidget().getTabCount(); i < count; i++) {