XML:
androID:maxLength="2"androID:layout_wIDth="20dip"androID:maxWIDth="20px"androID:ems="2"androID:maxEms="2"
所以问题是:如何使EditText小于默认值?
解决方法 尝试这种方式,显示差异.使用具有指定宽度的layout_wIDth.<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:orIEntation="vertical" androID:layout_wIDth="fill_parent" androID:layout_height="fill_parent" ><EditText androID:wIDth="10dip" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" androID:text="@string/hello" /><EditText androID:layout_wIDth="40dip" androID:layout_height="wrap_content" androID:text="@string/hello" androID:maxLength="2" /></linearLayout>
alt text http://i40.tinypic.com/2953fao.jpg
总结以上是内存溢出为你收集整理的android – 如何使EditText小于默认值?全部内容,希望文章能够帮你解决android – 如何使EditText小于默认值?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)