我有一个RecyclerView,它占ConstraintLayout的一部分。 如果它包含的物品很少,我需要将其垂直居中。 (如果项目不适合屏幕显示,我需要它来使用可用空间(匹配约束)
只要所有项目都在可用空间内,我可以使用layout_height =“ wrap_content” + layout_gravity =“ center_vertical”获得所需的布局。
但是当物品需要更多空间时,wrap_content无效。
u->bSetSelectMenuItemCallback(&OnSelectedMenu);
int OnSelectedMenu(int* piSelectedIndex, int iItemCount, int iTimeoutSec, const char* pcItemList, const char* pcFormHeader){
std::cout << "inside callback" << std::endl;
return 0;
}