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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -