How to increase left padding in Droidparts ClearableEditText

自古美人都是妖i 提交于 2019-12-14 02:52:52

问题


Is there a way to increase the padding in XML code to the left so that the user can comfortably move the cursor at the end of a very long sentence?


回答1:


Yes, the padding can be specified like this:

android:drawablePadding="12dp"

I'll add this info to the guide.



来源:https://stackoverflow.com/questions/23178512/how-to-increase-left-padding-in-droidparts-clearableedittext

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!