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.
編集テキストの入力を開始すると、テキストは左の境界線から始まります。編集テキストの境界線の1ステップ後にテキストの入力を開始する必要があります。方法を教えてください。
パディングを追加するだけです:
android:paddingLeft="5dp"
あなたにEditText
EditText
以下のように左にパディングを入れるだけですEditText
<EditText android:paddingLeft="5sp"/>