EditText上提示不显示 [英] EditText hint doesn't show

查看:253
本文介绍了EditText上提示不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的的EditText 配置如下不会显示提示:

My EditText configured as follows won't show the hint:

<EditText
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:gravity="right"
    android:hint="The hint..."
    android:scrollHorizontally="true"
    android:singleLine="true" />

它的工作原理,如果我设置安卓重力=左如果我删除安卓scrollHorizo​​ntally 安卓SINGLELINE 属性,这是不可取的。有什么建议?

It works if I set android:gravity="left" or if I remove android:scrollHorizontally and android:singleLine attributes, which is not desirable. Any suggestions?

推荐答案

使用安卓ellipsize =结束固定它为我 奇怪的错误! (而Android有很多这样的怪人的bug)

using android:ellipsize="end" fixed it for me Weird bug !! (but Android has a lot of these weirdo bug)

这篇关于EditText上提示不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆