/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/android/app/src/main/res/values-v31/styles.xml
8 строк
427 B
chrisnojima
fix(android): dark mode — live repaint, splash flash, system setting (#29514)
07 авг 2026, 23:30
Не верифицирован
07 авг 2026, 23:30
32e6962
Код
Авторство
О чём код?
<resources> <!-- API 31+ ignores the legacy splash windowBackground drawable and draws the system splash screen instead, which otherwise falls back to colorBackground. --> <style name="SplashTheme" parent="AppTheme"> <item name="android:windowBackground">@drawable/splash_screen</item> <item name="android:windowSplashScreenBackground">@color/splash_background</item> </style> </resources>