DrawableLeft is getting overlapped with hint using with TextInputLayout android -
when try add drawable left of edittext textinputlayout edittext hint getting overlapped drawable.
how avoid drawable overlapping. without using textinputlayout drawableleft working fine
<android.support.design.widget.textinputlayout android:layout_width="match_parent" android:layout_height="wrap_content"> <edittext android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/email" android:inputtype="textemailaddress" android:drawablelef="@drawable/email" /> </android.support.design.widget.textinputlayout>
this bug in library in new release version-22.2.1 issue fixed.
Comments
Post a Comment