I have created an expandable list and have put the pointer icon as an arrow. Is there a way to make this icon bold to make it stand out?
The Arrow Here is unclear and i want to make it darker
XML For Expandable List View
<ExpandableListView
android:id="@+id/expandable_list_view3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:dividerHeight="3dp"
android:pointerIcon="arrow"></ExpandableListView>