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.
我想将我的快捷方式文本格式化为与应用程序启动器中的快捷方式文本相同。太长的文字会被剪掉,尾巴会消失。有没有人知道该怎么做?
非常感谢!
添加fadingEdge到您的TextView定义中
fadingEdge
TextView
android:fadingEdge="horizontal"
但是,由于性能下降问题,不推荐使用此方法,并且仅应在应用程序的视觉设计需要时使用。
API level 14要请求具有及以上的衰落边缘,请使用
API level 14
android:requiresFadingEdge属性
android:requiresFadingEdge
请参阅文档