Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何将edittext的drawable的图像向左/向右移动???
我得到的是这个
我想要的是这个:
使用padding你可以做到这一点...
padding
android:paddingLeft="5dp"
将以下行添加到您的 xml:
android:drawablePadding="5dip"
有关详细信息,请参阅Android 开发人员参考。