Skip to content

Instantly share code, notes, and snippets.

@cjlotz
Created May 1, 2017 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjlotz/23a0d47b87d6363a4f2de44e5986b4c7 to your computer and use it in GitHub Desktop.
Save cjlotz/23a0d47b87d6363a4f2de44e5986b4c7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ITTextInputLayout" >
<attr name="android:inputType"/>
<attr name="android:maxLines"/>
<attr name="android:text"/>
<attr name="android:imeOptions"/>
<attr name="ItcHeader" format="string"/>
<attr name="ItcError" format="string"/>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment