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

Commit eec6c551 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

SystemUI: StatusBar: Unbreak MSIM bar

Change Idbf22eb19b9a2addf8bfb570d9e9cbd7d90c9650 modified a statusbar
class and didn't apply the new layout to all possible bars. fixit

Change-Id: I303cc2bf2781263e44ef4a690c48b5b4258334d3
parent b4a3242a
Loading
Loading
Loading
Loading
+13 −1
Original line number Original line Diff line number Diff line
@@ -64,6 +64,18 @@
                android:layout_width="match_parent"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:layout_height="match_parent"
                >
                >

                <TextView
                    android:id="@+id/left_clock"
                    android:textAppearance="@style/TextAppearance.StatusBar.Clock"
                    android:layout_width="wrap_content"
                    android:layout_height="fill_parent"
                    android:singleLine="true"
                    android:paddingEnd="6dip"
                    android:gravity="center"
                    android:visibility="gone"
                    />

                <com.android.systemui.statusbar.StatusBarIconView android:id="@+id/moreIcon"
                <com.android.systemui.statusbar.StatusBarIconView android:id="@+id/moreIcon"
                    android:layout_width="@dimen/status_bar_icon_size"
                    android:layout_width="@dimen/status_bar_icon_size"
                    android:layout_height="match_parent"
                    android:layout_height="match_parent"
@@ -95,7 +107,7 @@
                android:textColor="#ffffff"
                android:textColor="#ffffff"
                android:textSize="@dimen/battery_level_text_size" />
                android:textSize="@dimen/battery_level_text_size" />


            <com.android.systemui.statusbar.policy.Clock
            <TextView
                android:id="@+id/clock"
                android:id="@+id/clock"
                android:textAppearance="@style/TextAppearance.StatusBar.Clock"
                android:textAppearance="@style/TextAppearance.StatusBar.Clock"
                android:layout_width="wrap_content"
                android:layout_width="wrap_content"