15 lines
621 B
XML
15 lines
621 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
<!-- <item name="android:windowBackground">@drawable/white_pop_normal_background</item>
|
|
-->
|
|
<style name="MyDialog" parent="AppTheme">
|
|
<item name="android:windowFrame">@null</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowIsFloating">true</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
</style>
|
|
</resources> |