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.
プロジェクトで ActionBarSherlock を使用しています。メニュー項目間に仕切りがあります。そして、それらを非表示にしたい.この動作を実現するためにカスタムスタイルを使用する必要がありますか?
これを使って
<style name="Theme.Example" parent="Theme.Sherlock"> <item name="actionBarDivider">@drawable/small_detail_divider</item> .... <item name="android:actionBarDivider">@drawable/small_detail_divider</item> ... </style>
あなたのstyles.xmlで
ここから: https://stackoverflow.com/a/11449888/1231245