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

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

testing to move notification icon area into left to right side

parent aa32d1e8
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -82,14 +82,7 @@
                    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:visibility="gone"
                    android:layout_weight="1"
                    android:orientation="horizontal"
                    android:clipChildren="false"/>


                <com.android.keyguard.AlphaOptimizedLinearLayout
                    android:id="@+id/system_icon_area"
@@ -102,6 +95,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>