Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 433 Bytes

File metadata and controls

29 lines (20 loc) · 433 Bytes

TextFieldBoxes

Forked from [https://github.com/HITGIF/TextFieldBoxes]

Usage

Project level gradle :

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Dependency :

	dependencies {
	        compile 'com.github.crisolutions:TextFieldBoxes:1.4.2.1'
	}

Fork

This fork uses a 48dp placeholder for the endIcon feature, as opposed to the default 24dp in the original library.