Explicitly set navigation bar color

pull/215/head
M66B 7 months ago
parent 7a6d9dcab1
commit e52995beb2

@ -264,6 +264,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
WindowInsetsControllerCompat controller = WindowCompat.getInsetsController(window, window.getDecorView());
controller.setAppearanceLightStatusBars(false);
controller.setAppearanceLightNavigationBars(false);
window.setNavigationBarColor(ColorUtils.setAlphaComponent(colorPrimaryDark, 128));
}
String requestKey = getRequestKey();

Loading…
Cancel
Save