You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to inner View objects
Starting from a version 1.1.0 of the library, you have an access to dialog's inner View objects via methods whose names are prefixed with configure. For example:
lovelyDialog
.configureView(rootView -> /* you can find any view here, view ids are prefixed with ld_ */)
.configureTitleView(title -> title.setTextSize(customTextSize))
.configureMessageView(message -> message.getPaint().setShader(customShader))
.show();
--------------->>
example )
Typeface tf = Typeface.createFromAsset(getAssets(),"fontname.ttf");
Hi,
Is it possible to change the style of the font? If Yes, How?
Thanks in advance!
Ankur J.
The text was updated successfully, but these errors were encountered: