难道不是API 21日在工作的EditText填充不是、工作、API、EditText

2023-09-05 02:45:46 作者:℡花一样的男人、

难道不是API 21.我尝试这样做的空项目,仅与单​​EDITTEXT工作的EditText填充,但它仍然无法正常工作。

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.

设置填充编程工作,但在我的作品之后,我发现了很多EditTexts不同的填补处理,并设置填充编程是不正确的方法。

Set padding programmatically works, but in my work project, I've a lot of EditTexts with different paddings and set padding programmatically isn't right way.

在API级别19 XML填充效果很好。

On API level 19 xml padding works well.

有没有解决方案?

这是我的EditText XML code:

This my EditText xml code:

   <EditText
   android:id="@+id/et_text"
   android:text="Text"
   android:paddingLeft="20dp"
   android:paddingStart="20dp"
   android:paddingRight="20dp"
   android:paddingEnd="20dp"
   android:layout_marginLeft="30dp"
   android:layout_marginRight="30dp"
   android:layout_width="match_parent"
   android:layout_height="45dp"/>

在结果,我有:

In the result, I've got:

我想到:

推荐答案

这是Android的错误。在未来这将是修复。

This is android bug. In future it will be fix.

Bug在谷歌code报告。