SplitButton icon indicating copy to clipboard operation
SplitButton copied to clipboard

A dual-function menu button that offers a default action as well as the possibility of choosing a different action by selecting from a set of alternatives.

Results 1 SplitButton issues
Sort by recently updated
recently updated
newest added

Hi, there is i believe outdated documentation 1) splitBtn.setMenuItems(R.menu.split_menu) shoukd be splitBtn.setMenuItems(R.menu.split_menu, style) 2) splitBtn.itemColor = android.R.color.holo_blue_dark shoukd be .setItemColor(color)