0

我尝试了很多不同的属性值,但还没有结果。不允许拍照。但是 edittext.text 中的文本仍然保持大约3 mm to high

一种解决方案是“补偿” ?android:attr/editTextBackgroud 中的“错误”。 最后一个似乎在没有明确警告或期望的情况下偷偷摸摸。

textView: paddingbottom=14
editText layout_marginTop=10
editText background=?android:attr/editTextBackground
4

1 回答 1

1

在编辑文本中使用 layout_alignBaseline

android:layout_alignBaseline="@id/your_textview_id"
于 2013-06-03T18:04:26.700 回答