Don't use fullscreen theme for forced resizable info activity am: 3f09052eb9

am: b0ba9599c8

Change-Id: I8ae9889acab0f32edeaa62d243dd38322bb712e0
This commit is contained in:
Jorim Jaggi
2016-08-24 02:28:27 +00:00
committed by android-build-merger

View File

@@ -42,7 +42,7 @@
</style> </style>
<!-- Theme used for the activity that shows when the system forced an app to be resizable --> <!-- Theme used for the activity that shows when the system forced an app to be resizable -->
<style name="ForcedResizableTheme" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> <style name="ForcedResizableTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
<item name="android:windowBackground">@drawable/forced_resizable_background</item> <item name="android:windowBackground">@drawable/forced_resizable_background</item>
<item name="android:statusBarColor">@color/transparent</item> <item name="android:statusBarColor">@color/transparent</item>
<item name="android:windowAnimationStyle">@style/Animation.ForcedResizable</item> <item name="android:windowAnimationStyle">@style/Animation.ForcedResizable</item>