<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="DCloudActivityTheme" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
        <item name="android:windowBackground">@color/ime_background</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:colorEdgeEffect">#ff333333</item>
        <item name="android:forceDarkAllowed">false</item>
    </style>
    <style name="DCloudTheme" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
        <item name="android:windowBackground">@color/ime_background</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:colorEdgeEffect">#ff333333</item>
    </style>
</resources>
