How can I change the NavigationView's item text size?

后端 未结 10 1072
面向向阳花
面向向阳花 2020-12-02 07:32

Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which gr

10条回答
  •  不知归路
    2020-12-02 07:55

    List Adapter Layout of your Navigation bar:

    
    
    
    
    
        
    
    
        
    
    
    
    
    
    
    

    This param in RelativeLayout set the background color --> android:background="@drawable/pressed_state"

    Make this "pressed_state.xml" in drawable folder.

    
    
    
     
    

    Excuse me for my english.

提交回复
热议问题