Newer
Older
BelloLibraryDemo / bellolibrary / src / main / res / values / styles.xml
ubt on 19 Apr 2018 317 bytes 新增权限管理模块
<resources>

    <style name="GrantorNoDisplay" parent="Theme.AppCompat.Light.NoActionBar"> >
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsTranslucent">true</item>
    </style>

</resources>