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.
我有一个画廊视图,其中我使用自定义适配器插入了 LinearLayouts。这工作正常。但是当我在画廊中的项目之间滚动(在画廊中滑动)时,未聚焦项目上的按钮处于单击状态。对焦时它会恢复正常状态。
请指导我如何解决它。谢谢!
I have code like this in my view model:
function ChatListViewModel(chats) { var self = this; self.newCommentText = ko.observable(); self.addComment = f