29 lines
891 B
XML
29 lines
891 B
XML
<resources>
|
|
|
|
<attr name="colorOverlay" format="color" />
|
|
<attr name="colorDialog" format="color" />
|
|
<attr name="projectAlpha" format="float" />
|
|
|
|
<!-- Switch between the two to see what's happening behind the attacks -->
|
|
<style name="AppTheme" parent="SeeBehind"/>
|
|
<!--<style name="AppTheme" parent="AppThemeBase.SeeBehind"/>-->
|
|
|
|
<style name="SeeBehind">
|
|
<item name="colorOverlay">#BB4BEFD7</item>
|
|
<item name="colorDialog">#88FFFFFF</item>
|
|
<item name="projectAlpha">0.0</item>
|
|
</style>
|
|
|
|
<color name="colorM">#5600D1</color>
|
|
|
|
<style name="OverlayTheme" parent="AppTheme">
|
|
<!--<item name="android:windowBackground">@color/colorM</item>-->
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
<item name="android:windowAnimationStyle">@null</item>
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|