volga-volga / PhoneMask

The library recognizes telephone codes of countries and sets the required format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhoneMask

The library recognizes telephone codes of countries and sets the required format

This project using Decoro for mask setting

Installation

dependencies {
    implementation 'com.github.volga-volga:PhoneMask:$latestVersion'
}

Usage

    <ru.vvdev.phonemask.ui.PhoneView
        android:id="@+id/etPhone"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:defaultCode="+33" />

You can set the default format

app:defaultCode="+33"

About

The library recognizes telephone codes of countries and sets the required format


Languages

Language:Kotlin 100.0%