nativescript-snackbar icon indicating copy to clipboard operation
nativescript-snackbar copied to clipboard

Font size?

Open mchallenger88 opened this issue 5 years ago • 1 comments

Is there a way to change the font size of text in the snackbar?

mchallenger88 avatar Oct 21 '19 10:10 mchallenger88

Nothing is currently exposed to support this. I believe it's possible on android by grabbing the textview instance in the snackbar but I'd have to double check. I think we grab the instance to support multi-line snackbar on android. So it's possible to do similar for font-size if you'd like to help with a PR there I can answer any Qs.

On iOS I'd have to look at the cocoapod and see what it exposes currently, if nothing then we'd have to do similar approach and find the UIView to apply changes to it or modify the pod to support this directly.

bradmartin avatar Oct 25 '19 17:10 bradmartin