Change navigation bar icon color on Android

前端 未结 4 1122

I need to change the navigation bar on android. Just like the \'light\' variant on the right in the image below as given in https://www.google.co.in/design/spec/layout/stru

4条回答
  •  伪装坚强ぢ
    2020-12-05 04:30

    If your targeted user Api level is 27 or Higher just use this line in your AppTheme

    
    

    But if your targeted user api level is less 27 and higher you can you these line

    
    

    By doing so, The user having API level 27 or higher get changed-color of BottomNav icon, but the user having API level less than 27, can't enjoy these feature

提交回复
热议问题