带有 maxLines 的 EditText - 如何显示顶行的一半

问题描述 投票:0回答:1

在我的布局中有

EditText
android:maxLines="4"

当文本超过 4 行时,最后 4 行强烈显示在
EditText
中。
这是设计使然。

但是我怎样才能显示 4 行和 half 行呢?像这样

android android-edittext
1个回答
0
投票

短暂后找到解决方案。只需添加到布局

app:layout_constraintHeight_max="87dp"

您应该通过实验找到合适的属性值,具体取决于您的情况中的

maxLines
fontSize

© www.soinside.com 2019 - 2024. All rights reserved.