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

Commit 4216f1cb authored by Pranav Vashi's avatar Pranav Vashi Committed by Tommaso Fonda
Browse files

SystemUI: Fix height for center and right clock



* Follow height dimension of left clock.

Change-Id: I58cf1a4814e4af8a2e8e8353001ff7d85a27589b
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent 6f9e6fe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@
            android:id="@+id/clock_center"
            android:textAppearance="@style/TextAppearance.StatusBar.Clock"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="@dimen/status_bar_system_icons_height"
            android:singleLine="true"
            android:gravity="center"
            android:visibility="gone"
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
        <com.android.systemui.statusbar.policy.Clock
            android:id="@+id/clock_right"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="@dimen/status_bar_system_icons_height"
            android:textAppearance="@style/TextAppearance.StatusBar.Clock"
            android:singleLine="true"
            android:paddingStart="@dimen/status_bar_clock_starting_padding"