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

Commit 38b05ffa 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

am: a1ba99cb

Change-Id: I62498300c52361aad5a81ec7bec58c2e98748347
parents 75c68001 a1ba99cb
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