Google Now gradient/shadow on status bar & navigation bar

后端 未结 2 1115
终归单人心
终归单人心 2021-01-02 06:57

I\'m trying to make a similar status bar and navigation bar gradient as Google Now.

Image Reference: Rectangular area indicated as below

After tryin

2条回答
  •  既然无缘
    2021-01-02 07:18

    First add a style to make fully transparent action status bar:

    
    
    
    
    
    
    

    and to add scrim to it create a drawable file and add this code:

    
    
    
    
    
    

    and add this as background in your theme;

提交回复
热议问题