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