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.
G'day!
コンテンツ(ギャラリーアイテム)の幅がギャラリーの幅よりも小さい場合は、コンテンツ(ギャラリーアイテム)を中央に配置する必要があります。
どうやってやるの?
私があなたの質問を正しく理解しているなら
このようなものが機能する可能性があります:
gallery.setSelection((int)(gallery.getCount() /2));
onCreateまたはどこかでそれを呼び出すと、ギャラリーを中央にできるだけ近づけて、子の数を指定できるようにする必要があります。