Android TextView及布局Layout设置selector

TextView及布局Layout默认是没有pressfocus状态的,故直接设置selector无作用,需要开启focuspressfocusInTouchMode

textView.setClickable(true);
textView.setFocusable(true);
textView.setFocusableInTouchMode(true);

版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/26/android-textview-and-layout-setting-selector/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
海报
Android TextView及布局Layout设置selector
TextView及布局Layout默认是没有press及focus状态的,故直接设置selector无作用,需要开启focus、press及focusInTouchMode textView.setClickable(true); text……
<<上一篇
下一篇>>
文章目录
关闭
目 录