在子View中使用selector样式,在没有设置focusable的状态情况下,也希望保持跟父view相同属性变化的需求
当父View变化focuschang,子view跟随变化处理如下:
android:duplicateParentState="true"
冒事对文字没反应
本文介绍如何在子View中使用selector样式,即使未设置focusable属性也能跟随父View的焦点变化。通过设置android:duplicateParentState=true,实现子View与父View焦点状态的一致性。
在子View中使用selector样式,在没有设置focusable的状态情况下,也希望保持跟父view相同属性变化的需求
当父View变化focuschang,子view跟随变化处理如下:
android:duplicateParentState="true"
冒事对文字没反应

被折叠的 条评论
为什么被折叠?