Android Layout Tricks #3: Optimize by merging | Android Developers Blog

Android Layout Tricks #3: Optimize by merging | Android Developers Blog

瀏覽:335
日期:2024-08-20
Since our FrameLayout has the same dimension as its parent, by the virtue of using the fill_parent constraints, and does not define any background, extra padding or a gravity, it is totally useless. We only made the UI more complex for no good reason. But...看更多