yandexads-flutter

Форк
0
18 строк · 984.0 Байт
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
    <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
4
    <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
5
        <!-- Show a splash screen on the activity. Automatically removed when
6
             Flutter draws its first frame -->
7
        <item name="android:windowBackground">@drawable/launch_background</item>
8
    </style>
9
    <!-- Theme applied to the Android Window as soon as the process has started.
10
         This theme determines the color of the Android Window while your
11
         Flutter UI initializes, as well as behind your Flutter UI while its
12
         running.
13

14
         This Theme is only used starting with V2 of Flutter's Android embedding. -->
15
    <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
16
        <item name="android:windowBackground">?android:colorBackground</item>
17
    </style>
18
</resources>
19

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.