<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Base_Theme_AppCompat_Dialog" parent="@style/Base_V21_Theme_AppCompat_Dialog">
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowElevation">0.0dip</item>
    </style>
    <style name="Base_Theme_AppCompat_Light_Dialog" parent="@style/Base_V21_Theme_AppCompat_Light_Dialog">
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowElevation">0.0dip</item>
    </style>
    <style name="Base_ThemeOverlay_AppCompat_Dialog" parent="@style/Base_V21_ThemeOverlay_AppCompat_Dialog">
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowElevation">0.0dip</item>
    </style>
</resources>
