mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
feat: flexbile font icon usage in tab navigation (#7672)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user