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

Commit 30d7d5c5 authored by narinder Rana's avatar narinder Rana
Browse files

testing to move notification icon area into left to right side

parent 5a8c811b
Loading
Loading
Loading
Loading
+24 −15
Original line number Diff line number Diff line
@@ -82,7 +82,14 @@
                    android:gravity="center_vertical|start"
                />

<!--                <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:clipChildren="false"/>-->

                <com.android.keyguard.AlphaOptimizedLinearLayout
                    android:id="@+id/system_icon_area"
@@ -96,25 +103,16 @@
                    <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:clipChildren="false"/>
            </LinearLayout>
        </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"
@@ -124,6 +122,17 @@
            android:clipChildren="false"
            android:gravity="center_horizontal|center_vertical"/>


        <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:clipChildren="false"/>



        <com.android.systemui.statusbar.LineageStatusBarItemHolder
            android:id="@+id/network_traffic_holder"
            android:layout_width="wrap_content"