WuchenLi

Results 3 comments of WuchenLi

> 我的解决办法: 在 helper内用个static isShowing 来标记是否已经有复制弹出pop显示, 再用一个static storedHelper存放当前显示的helper, 然后再show 和 hide方法里对标记和 对storedHelper做清理操作, 具体添加代码如下: > > ``` > private static boolean isShowing = false; > private static SelectableTextHelper storedHelper; > >...

> 并添加textIsSelectable=true这个属性让EditText不可编辑 textIsSelectable=true这个属性好像不是用来设置不可编辑的吧?应该是editable = false设置不可编辑……另外请教下,为什么EditText选中的表情就不会乱码?