Jawnnypoo / PhysicsLayout

Android layout that simulates physics using JBox2D
Apache License 2.0
772 stars 102 forks source link

Question about the inconsistency between the number of child views added and the number actually displayed #38

Open kongzue opened 7 months ago

kongzue commented 7 months ago

I'm using PhysicsFrameLayout, then I dynamically added 11 ImageView layouts, but only 7 of them are actually displayed, what can I do to display all the views?