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.
ExpandableListAdapterプロジェクトでカスタムを使用しました。このボタンを削除するにはどうすればよいですか?
ExpandableListAdapter
XMLで
android:groupIndicator="@null"
またはコードで
expListView.setGroupIndicator(null)
これを使おうとしましたか:android:groupIndicator = "@ android:color / transparent"?
このボタンを削除する理由はわかりませんが、場合によっては私のアドバイスが役立つことがあります。