Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1ba99cb authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

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

am: 47dea3b1

Change-Id: I57a59e7fe55c50bb69dad7e0de3b8b11a2bb9638
parents 09d34185 47dea3b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ public class PipMenuActivity extends Activity {

        updateFromIntent(getIntent());
        setTitle(R.string.pip_menu_title);
        setDisablePreviewScreenshots(true);
    }

    @Override