android gridlayout not showing in emulator API 22
问题 I have an app that functions exactly as desired on an actual device Nexus 6P running API 23 and an emulated 6P, 5 & 4 running API 24, but is showing odd behaviour wrt GridLayout on emulated Nexus 5 & 4 running API 22. The app only has a single activity with multiple RelativeLayout s that are programmatically set .VISIBLE & .INVISIBLE . In one such RelativeLayout I have 2 GridLayout s as follows. When emulating API 22, the bottom GridLayout does not show but the top one always does