如何将编辑文本的默认高度更改为小?
我在我的应用程序中使用 Edittext,但想调整它的大小,请告诉我该怎么做?
<EditText android:layout_width="200dip"
android:layout_height="wrap_content"
android:singleLine="true"/>
I am using Edittext in my application but want to resize it please tell me how to do it?
<EditText android:layout_width="200dip"
android:layout_height="wrap_content"
android:singleLine="true"/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要获得较小的编辑文本,请在
android:layout_width
中使用较小的dip值将EditText宽度设置为您想要设置的适当大小
To get smaller edittext use smaller dip values in
android:layout_width
set the EditText width to appropriate size which you want to set
将“20”替换为您想要的尺寸。数字越大=越大
Replace "20" with the size you want. Higher number = bigger