Search code examples
androidandroid-studiokotlinchrome-custom-tabstrusted-web-activity

How can I change navigationbar color when using TWA or custom tabs?


I am using TWA . It is all Ok .But how can I change navigation bar color? I tried to change the app theme but no effect.


Solution

  • You can change android's NavBar and StatusBar colors by, respectively, changing fields background_color and theme_color on your app.webmanifest.

    Example Notice that this color can be overridden by the HTML theme-color <meta> and background-color <meta> elements. You can learn more at web.dev documentation.