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

Commit d63f5d54 authored by proDOOMman's avatar proDOOMman Committed by Adnan Begovic
Browse files

SysUI: Add lockscreen visualizer for MSIM devices

Change-Id: Iba83f34fbb731d9a13c9c3514e31537ac51cd0f2
parent 0facf974
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -43,6 +43,15 @@
                   android:layout_height="match_parent"
                   android:scaleType="centerCrop"
                   android:visibility="invisible" />
        <com.pheelicks.visualizer.VisualizerView
                   android:id="@+id/visualizerView"
                   android:gravity="bottom"
                   android:layout_gravity="bottom"
                   android:layout_width="match_parent"
                   android:layout_height="match_parent"
                   android:clipChildren="false"
                   android:clipToPadding="false"
                   android:visibility="visible"/>
    </com.android.systemui.statusbar.BackDropView>

    <com.android.systemui.statusbar.ScrimView android:id="@+id/scrim_behind"