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デベロッパーリファレンスを参照してください。