styles.xml 287 Bytes
Newer Older
vipcxj's avatar
vipcxj committed
1 2 3 4 5
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
吴强's avatar
吴强 committed
6 7
        <!--设置透明背景-->
        <item name="android:windowIsTranslucent">true</item>
vipcxj's avatar
vipcxj committed
8 9 10
    </style>

</resources>