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.
LinearLayout の状態が selected = "true" に変更されると、その子の状態も selected = "true" に変更されますか?
ご回答有難うございます。
いいえ、子は未選択のままです。あなたがいくつかのコードを提供すれば、私は私の答えを改善します...
それは子供のために使用します:
XMLで
anroid:duplicateParentState="true"
またはJavaで
setDuplicateParentState(true);