TabView color and selctedColors

This commit is contained in:
vakrilov
2015-10-15 14:55:14 +03:00
parent 6b148fc60a
commit 159803d8b9
9 changed files with 205 additions and 16 deletions

View File

@ -152,6 +152,9 @@
setItems(items: Array<TabItemSpec>, viewPager: android.support.v4.view.ViewPager): void;
updateItemAt(position: number, itemSpec: TabItemSpec): void;
getTextViewForItemAt(index: number): android.widget.TextView;
getViewForItemAt(index: number): android.widget.LinearLayout;
}
export class TabItemSpec {