Is possible in android EditText widget to set that text start 10dp from left border ? When I type something at the moment it is glued to left side and I need to put a little
I solved using android:layout_marginLeft/android:layout_marginRight. Padding just changed the cursor position.