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.
remoteviewを使用してappWidgetに存在するlistViewのセレクターカラーを設定することは可能ですか?基本的に、ユーザーが選択したテーマに応じて色を変更したかったので、レイアウトxmlで定義できません。助けてください
テーマのリストセレクターIDをリモートリストビューに渡すことで、これを実行できるはずです。
rv.setInt(R.id.myList, "setSelector", listSelectorDrawableId);