Tag: editText

  • Accessible Android Inputs with Material Design

    Accessible Android Inputs with Material Design

    Update – August 2016 I first wrote this post shortly after textinputlayout was introduced and there was a distinct lack of documentation. My original code example for setting the error was incorrect. Per Victor Tsaran: There is no such attribute as android:setError. There is a method called setError in the View class that can set […]