Skip to content

Added support for changing font size#196

Open
amodkanthe wants to merge 5 commits intodeano2390:masterfrom
amodkanthe:master
Open

Added support for changing font size#196
amodkanthe wants to merge 5 commits intodeano2390:masterfrom
amodkanthe:master

Conversation

@amodkanthe
Copy link

Support for changing font size

 new MaterialShowcaseView.Builder(getActivity())
                        .setTarget(mAirportNameTextView)
                        .setDismissOnTouch(true)
                        .setTitleTextSize(TypedValue.COMPLEX_UNIT_SP,18)
                        .setContentTextSize(TypedValue.COMPLEX_UNIT_SP,16)
                        .setTitleText(getString(R.string.coach_change_airport_primary))
                        .setContentText(getString(R.string.coach_change_airport_scondary))
                        .setMaskColour(getColor(R.color.coachAccentTrans))
                        .build()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant