values.xml 457 Bytes
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">鲜蜂宝盒</string>
    <style name="DCloudActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowNoTitle">true</item>
        <item name="android:colorEdgeEffect">#333333</item>
        <item name="android:windowBackground">@color/ime_background</item>
        <item name="android:forceDarkAllowed">false</item>
    </style>
</resources>