Fixed: Setting setTypeface() to null object

Resolves #3147
This commit is contained in:
Rossen Hristov
2016-12-07 17:21:48 +02:00
parent 726a37cb09
commit 52a84b211f
8 changed files with 122 additions and 103 deletions

View File

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