Doesn\'t work EditText padding in the API 21. I try to do it in empty project, only with single editText, but it still doesn\'t work.
Set padding programmatically works
Just replace android:paddingLeft with android:paddingStart, as should be anyway and fixes this bug on those devices.
android:paddingLeft
android:paddingStart