Android Bottom Navigation Bar with drop shadow

前端 未结 4 1914
长情又很酷
长情又很酷 2020-12-05 04:55

I\'m implementing Bottom Navigation Bar in Android app using Google\'s support design library v25.1.0. Is there any way to add drop shadow effect, same as current Android na

4条回答
  •  遥遥无期
    2020-12-05 05:44

    You can draw your own shadow just above the bottom bar using simple View and its background:

    
    

    drawable/shadow.xml:

    
        
    
    

    Also, there are no compatibility issues if use this approach.

提交回复
热议问题