Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要我的 EditText 提示以适合单行,同时显示其整个文本内容。有什么方法可以做到这一点?这不是很有用,因为它只是切断了文本的结尾。
有什么方法可以做到这一点?
AFAIK,提示以与用户键入的任何文本大小相同的文本大小显示。所以,选择一个较小的文本大小,可能基于屏幕大小和密度,应该足够小以显示所有内容。
或者,写一个较短的提示。
或者,不要使用提示,而是使用TextView标签来记录EditText.
TextView
EditText