Views within a Custom ViewGroup are not showing
问题 I have recently delved into creating custom ViewGroups and have encountered a problem I can't figure out. I have 2 ViewGroups - ViewManager and Article ViewManager simply lays out an Article below the previous Article (ie like a vertical LinearLayout) Article arranges several TextViews and an ImageView as you can see in the image. Creating a single Article and adding it to ViewManager works fine and everything shows up but when I add a second Article none of the content of the Article is