You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
891 B
29 lines
891 B
<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>
|