![API](https://camo.githubusercontent.com/56b60a6c198b13ce8a3efe333b3a88af611a8059eb5995fb977cd5eb3be1ed3e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4150492d32312532422d627269676874677265656e2e7376673f7374796c653d666c6174)
<com.nstudiosappdev.currencykeyboard.CurrencyKeyboard
android:id="@+id/currencyKeyboard"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:currencyTextSize="14sp"
app:localeCountry="AE"
app:localeLanguage="en"
app:maxCharacterOnIntegerSection="13" />
- Add the JitPack repository to your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the Currency Keyboard dependency in the build.gradle:
implementation 'com.github.harrunisk:CurrencyKeyboard:1.0.0'