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デバイスでは左揃えで表示されていますが、ChromeブラウザとiOSデバイスでは中央に表示されています。Androidでの作り方も中央に表示されます。
コードを見せてくれませんか。Androidでも動作します。
セグメント化されたボタンアイテムの前後にxtype:spacerを追加するだけです。
items : [{ xtype : 'spacer'}, {xtype : 'segmentedbutton', items:[]}, {xtype : 'spacer'}]
これは、使用するブラウザに関係なく機能するはずです。