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

Commit 81890812 authored by tim peng's avatar tim peng Committed by Automerger Merge Worker
Browse files

Merge changes from topic "media_output_dialog" into rvc-qpr-dev am: 7de579f1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13104443

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic7e7d3fa26ec863da2cd05800062871685b83c55
parents 933a23c8 7de579f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -320,6 +320,9 @@
    <style name="Animation.ShutdownUi" parent="@android:style/Animation.Toast">
    </style>

    <style name="Animation.MediaOutputDialog" parent="@android:style/Animation.InputMethod">
    </style>

    <!-- Standard animations for hiding and showing the status bar. -->
    <style name="Animation.StatusBar">
    </style>
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ public abstract class MediaOutputBaseDialog extends SystemUIDialog implements
        window.setAttributes(lp);
        window.setContentView(mDialogView);
        window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
        window.setWindowAnimations(R.style.Animation_MediaOutputDialog);

        mHeaderTitle = mDialogView.requireViewById(R.id.header_title);
        mHeaderSubtitle = mDialogView.requireViewById(R.id.header_subtitle);