FIX: Segmenter bar thickness

This commit is contained in:
vakrilov
2017-03-14 13:58:44 +02:00
parent 9a051f8373
commit a824224cca
2 changed files with 8 additions and 3 deletions

View File

@ -498,6 +498,7 @@
}
export class SegmentedBarColorDrawable extends android.graphics.drawable.ColorDrawable {
constructor(color: number, thickness: number);
}
export class CustomTypefaceSpan extends android.text.style.TypefaceSpan {