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.
有没有办法在Android的xml builder中使用屏幕高度和宽度?我想在不使用视图重量的情况下将视图高度设置为屏幕的一半。可能吗?
处理屏幕高度和宽度的最佳方法是在 onCreate() 方法中以编程方式设置视图的大小。