Android - Navigation View item menu background color

后端 未结 5 508
旧巷少年郎
旧巷少年郎 2020-11-29 06:48

i try to change color of my item Navigation View menu :

styles.xml

@drawable/activated_back         


        
5条回答
  •  误落风尘
    2020-11-29 07:07

    @HaloMediaz and @HemantShori To keep the background of the selected item in a selected state,

    use android:state_checked="true" instead of android:state_pressed="true" in the color state resource.

    So your activated color state resource should look like this:

    activated_background.xml

    
        
        
        
        
    
    

提交回复
热议问题