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.
天!
如果它们的宽度小于画廊的宽度,我需要将内容(画廊项目)居中。
我怎样才能做到这一点?
如果我正确理解您的问题
像这样的东西可能会起作用:
gallery.setSelection((int)(gallery.getCount() /2));
如果您在 onCreate 或其他地方调用它,它应该将您的画廊尽可能靠近中间,因为它可以考虑到它有多少孩子。