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 设备创建尺寸合适的小部件?我在 Galaxy Nexus 上的小部件在中心,但在 Galaxy Note 上是固定的或不在中心 :-( 如何解决这个问题?谢谢
怎样才能解决这个问题?
问题大概在于您用于应用小部件的布局。您需要考虑到应用小部件的大小会因设备而略有不同,并相应地设计您的布局(例如,fill_parent用于根元素的宽度和高度)。
fill_parent