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