Loading packages/SystemUI/res/layout/status_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/res/layout/status_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading