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.
我有两个使用“选择器”资源作为背景的文本视图,因此当用户触摸它时它们会改变颜色。但是,我想这样做,以便当用户触摸其中一个文本视图时,两个文本视图都会突出显示。我该怎么做?
文本视图位于单独的线性布局中。
将它们组合成一个布局并将布局设置为可点击。此外,将两个文本视图的“重复父状态”设置为 true。