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があります。基本的には、EditTextの境界線です。問題は、テキストがこの境界線から始まるため、あまり良くないことです。EditTextでテキストの開始点を設定する方法はありますか?
このようなレイアウトの開始側にパディングを与える
<EditText android:layout_width="fill_parent" android:layout_height="wrap_content" ... android:paddingLeft="10dp" />