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

Commit 4950e356 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make Volume Dialog transparent by default" into main

parents b746bf0d 26b541b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:id="@+id/volume_dialog_root"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:alpha="0"
    android:clipChildren="false"
    app:layoutDescription="@xml/volume_dialog_scene">

+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ constructor(
            MutableStateFlow(WindowInsets.Builder().build())
        // Root view of the Volume Dialog.
        val root: MotionLayout = dialog.requireViewById(R.id.volume_dialog_root)
        root.alpha = 0f

        animateVisibility(root, dialog, viewModel.dialogVisibilityModel)