diff options
| author | 2016-08-22 16:16:43 -0700 | |
|---|---|---|
| committer | 2016-08-23 20:40:10 +0000 | |
| commit | 3f09052eb9e14a8bee62c54ee10c5be18fa35ad8 (patch) | |
| tree | fd0184af6df96af6ed5750bcf4a6e24a025d4a88 | |
| parent | 2c7e4d23458b33b1661f4775820ca3623c1266a8 (diff) | |
Don't use fullscreen theme for forced resizable info activity
Change-Id: I74b5443645dd532ff597d4a1773bbd5a38d71192
Fixes: 29278265
| -rw-r--r-- | packages/SystemUI/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 1ee13e96ecfe..1e3b8419de99 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -42,7 +42,7 @@ </style> <!-- 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:statusBarColor">@color/transparent</item> <item name="android:windowAnimationStyle">@style/Animation.ForcedResizable</item> |