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.
我想看看他们如何为谷歌制作的应用程序设置他们的布局,所以我试图使用 apktool 来反编译它。但是框架搞砸了,我不能用 apktool 反编译 Play 商店。有任何想法吗?
大多数情况下,我只想知道他们如何设置屏幕空间如此完美划分的布局。特别是由于布局必须处理不同的屏幕尺寸,所以当新设备和屏幕尺寸频繁发布时,谷歌如何设置他们的布局来实现这个结果而没有错误。
例子:
最后我用这个问题/答案继续......
相对布局中的百分比宽度
我以前见过 weight 属性,但这是我第一次看到 weightSum,它实际上有所作为。