Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

How to change currency symbol? #19

Open
abhi0977 opened this issue Aug 8, 2018 · 1 comment
Open

How to change currency symbol? #19

abhi0977 opened this issue Aug 8, 2018 · 1 comment

Comments

@abhi0977
Copy link

abhi0977 commented Aug 8, 2018

How to change currency symbol?

@Damercy
Copy link

Damercy commented Mar 21, 2021

loanSlider.setTextFormatter(object : Slidr.TextFormatter{
            override fun format(value: Float): String  = String.format("Rs. %d",value.toInt())
})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants