Now I want to use the ExpandableListView to display my data, and I want to change the icon of the left element or let it disappear. can someone give me an offer.
THX
setGroupIndicator(null) must leave.
setGroupIndicator(null)
In this video you can determine exactly how you can change the icons (in the expandable list).
39 Tutorial for Android Working with ExpandableListView 6
.xml.
<ExpandableListView ... ... android:groupIndicator="@null" />
getExpandableListView().setGroupIndicator(null);
Source: https://habr.com/ru/post/1757951/More articles:Silverlight Asynchronous Wait Method by Synchronization Method - multithreadingAdd suffix to file name - phpRemoving codebehind files from MVVM WPF projects - wpfWhat is isupper macros in C? - c ++Architecture / patterns for pushing live data in a client server application - design-patternsCreate view based on hierarchy / used by CTE - sqlHow do you convert XSLT 2.0 date duration to string? - dateC #: do .NET libraries have a standard class that can view and print an RTF string? - c #Set WinForms RichTextBox as the PrintDocument source - c #Getting Editing Commands In Derived InlineUIContainer - wpfAll Articles