I need to add action button icons like on this example. How can I do this? Action obj have constructor, in which I can pass Drawable :
buttonsAdapter.add(new Action(1,
getString(R.string.my_func), null, getDrawable(R.drawable.my_res)));
But DetailsOverviewRow
ignores it. It displays buttons without images, only with action name.