Я
Size: a a a
Я
J
QH
MP
J
MP
Я
viewBinding.mytext.getText
()Я
Я
Я
J
SM
Я
Я
SM
М
Я
SM
QH
🇲
i = (UiModeManager) getSystemService(Context.UI_MODE_SERVICE);
switch (i.getNightMode()) {
case UiModeManager.MODE_NIGHT_NO:
setTheme(R.style.NIGHT);
setContentView(R.layout.activity_main);
break;
case i.MODE_NIGHT_YES:
setTheme(R.style.DAY);
setContentView(R.layout.activity_main);
break;