1

ActionBar の「オプション」メニューの色を変更するにはどうすればよいですか? 私は変更しましたbackgroundcolor

<style name="AppActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
    <item name="android:background">#fff</item>
</style>

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
    <item name="android:actionBarStyle">@style/AppActionBarStyle</item>
</style>

スクリーンショット

4

0 に答える 0