Fixed: Setting setTypeface() to null object

Resolves #3147
This commit is contained in:
Rossen Hristov
2016-12-07 17:21:48 +02:00
parent 39007ab05e
commit ae68368d29
8 changed files with 112 additions and 125 deletions

View File

@@ -360,6 +360,7 @@
getTextViewForItemAt(index: number): android.widget.TextView;
getViewForItemAt(index: number): android.widget.LinearLayout;
getItemCount(): number;
}
export class TabItemSpec {