/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/android/app/src/main/res/values/styles.xml
18 строк
723 B
chrisnojima
fix(android): dark mode — live repaint, splash flash, system setting (#29514)
07 авг 2026, 23:30
Не верифицирован
07 авг 2026, 23:30
32e6962
Код
Авторство
О чём код?
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> <!-- Customize your theme here. --> <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> <item name="android:windowBackground">@color/white</item> <item name="android:colorBackground">@color/white</item> </style> <style name="SplashTheme" parent="AppTheme"> <item name="android:windowBackground">@drawable/splash_screen</item> </style> <color name="white">#ffffff</color> <color name="blue">#4c8eff</color> <color name="black">#191919</color> <color name="splash_background">#ffffff</color> </resources>