blob: 87a5dfe3333a4bd5b9d12f94780615bcf5518787 [file] [log] [blame]
<resources>
<style name="Theme.MyOtherTheme" parent="android:Theme">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Theme.MyTheme" parent="android:Theme.Holo.NoActionBar.TranslucentDecor">
<item name="android:windowIsFloating">true</item>
<item name="android:actionModeStyle">@null</item>
</style>
</resources>