feat: flexbile font icon usage in tab navigation (#7672)

This commit is contained in:
Martin Yankov
2019-08-15 17:32:48 +03:00
committed by GitHub
parent 4d76fc691e
commit c0b8db4098
34 changed files with 727 additions and 346 deletions

View File

@ -452,9 +452,12 @@
export class TabItemSpec {
title: string;
fontSize: number;
typeFace: android.graphics.Typeface;
iconId: number;
iconDrawable: android.graphics.drawable.Drawable;
backgroundColor: number;
color: number;
}
export namespace image {