Merge "Reduce effect on PipMenuActivity during animation" into oc-dev

am: 47dea3b16d

Change-Id: I57a59e7fe55c50bb69dad7e0de3b8b11a2bb9638
This commit is contained in:
Wale Ogunwale
2017-04-15 01:28:03 +00:00
committed by android-build-merger
2 changed files with 2 additions and 0 deletions

View File

@@ -21,5 +21,6 @@
<style name="PipTheme" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowDisablePreview">true</item>
</style>
</resources>

View File

@@ -195,6 +195,7 @@ public class PipMenuActivity extends Activity {
updateFromIntent(getIntent());
setTitle(R.string.pip_menu_title);
setDisablePreviewScreenshots(true);
}
@Override