harrunisk / CurrencyKeyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CurrencyKeyboard

API

Usage

   <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" />

Setup

  1. Add the JitPack repository to your root build.gradle at the end of repositories:
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add the Currency Keyboard dependency in the build.gradle:
implementation 'com.github.harrunisk:CurrencyKeyboard:1.0.0'

About


Languages

Language:Kotlin 100.0%