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

Commit d1fa8f57 authored by narinder Rana's avatar narinder Rana
Browse files

notification_icon_area Visibility and move system icon area to Right

parent 55a72621
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
                <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
                    android:id="@+id/notification_icon_area"
                    android:layout_width="0dp"
                    android:visibility="gone"

                    android:layout_height="match_parent"
                    android:layout_weight="1"
                    android:orientation="horizontal"
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
        }

        // Stole this from NotificationIconContainer. Not optimal but keeps the layout logic clean
        if (!isLayoutRtl()) {
        if (isLayoutRtl()) {
            for (int i = 0; i < childCount; i++) {
                View child = getChildAt(i);
                StatusIconState state = getViewStateFromChild(child);