Android Change StatusBar and Bottom Navigation bar background and color May 10, 2024 Get link Facebook X Pinterest Email Other Apps Write code in Theme file <item name="android:statusBarColor" tools:targetApi="m">@color/colorPrimary</item><item name="android:windowLightStatusBar" tools:ignore="NewApi">false</item><item name="android:navigationBarColor">@color/colorPrimary</item><item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item>Also change for Theme night. Comments
Comments
Post a Comment