Navigation drawer change color

前端 未结 7 618
慢半拍i
慢半拍i 2020-12-19 15:21

I am using Navigation drawer using this example. I want just change blue color to orange color how could I do this? I mean change listview selector color, actionbar selctor

相关标签:
7条回答
  • 2020-12-19 15:53

    For ActionBar backgroownd:

    <resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="android:actionBarItemBackground">@drawable/bg_actionbar</item>
    </style>
    </resources>
    
    0 讨论(0)
提交回复
热议问题