Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有水平方向的线性布局。
我在其中添加 ImageView 项目并膨胀 ImageViews。如何检查线性布局中是否没有更多空间?
例如,在小屏幕上我只会添加 5 个项目,但在大屏幕上我最多会添加 8 个。(取决于屏幕的大小)
你也许可以看看这个例子。
http://hzqtc.github.io/2013/12/android-custom-layout-flowlayout.html