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

Commit 5f6fefa0 authored by narinder Rana's avatar narinder Rana
Browse files

undo changes

parent ce66c154
Loading
Loading
Loading
Loading
+7 −15
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@
                    android:layout_height="match_parent"
                    android:layout_weight="1"
                    android:orientation="horizontal"
                    android:gravity="center_vertical|start"
                    >

                    <include layout="@layout/system_icons" />
@@ -104,12 +105,12 @@
        </FrameLayout>

        <!-- Space should cover the notch (if it exists) and let other views lay out around it -->
        <android.widget.Space
            android:id="@+id/cutout_space_view"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:gravity="center_horizontal|center_vertical"
        />
<!--        <android.widget.Space-->
<!--            android:id="@+id/cutout_space_view"-->
<!--            android:layout_width="0dp"-->
<!--            android:layout_height="match_parent"-->
<!--            android:gravity="center_horizontal|center_vertical"-->
<!--        />-->

        <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
            android:id="@+id/centered_icon_area"
@@ -146,15 +147,6 @@

<!--            <include layout="@layout/system_icons" />-->
<!--        </com.android.keyguard.AlphaOptimizedLinearLayout>-->

        <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
            android:id="@+id/notification_icon_area"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:orientation="horizontal"
            android:gravity="center_vertical|end"
            android:clipChildren="false"/>
    </LinearLayout>

    <com.android.keyguard.AlphaOptimizedLinearLayout