<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'