|
|
|
@ -1,5 +1,10 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
<style name="NoAnimation.Theme.BlackScreen" parent="@style/Theme.Sherlock.NoActionBar">
|
|
|
|
|
|
|
|
<item name="android:windowAnimationStyle">@null</item>
|
|
|
|
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="NoAnimation.Theme.Sherlock.Light.DarkActionBar" parent="@style/Theme.Sherlock.Light.DarkActionBar">
|
|
|
|
<style name="NoAnimation.Theme.Sherlock.Light.DarkActionBar" parent="@style/Theme.Sherlock.Light.DarkActionBar">
|
|
|
|
<item name="android:windowAnimationStyle">@null</item>
|
|
|
|
<item name="android:windowAnimationStyle">@null</item>
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|