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

Commit b0b68901 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Alignment in the title area of the notification panel.

Clock size -> 78sp to match specs
Clock right pad -> 6dp to achieve 14dp escapement

Bug: 3400754
Change-Id: I04a56aa899ab55804ad034ed06d9c7aaad331bc0
parent cb9d4d28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@
        android:layout_width="match_parent"
        android:layout_alignParentRight="true"
        android:layout_above="@id/title_divider"
        android:layout_marginRight="32dip"
        android:layout_marginRight="6dip"
        android:layout_marginBottom="8dip"
        >
        <TextView android:id="@+id/time_bg"
@@ -127,14 +127,14 @@
            android:layout_height="wrap_content"
            android:gravity="right"
            android:singleLine="true"
            android:textSize="72sp"
            android:textSize="78sp"
            android:textColor="#999999" />
        <TextView android:id="@+id/time_fg"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="right"
            android:singleLine="true"
            android:textSize="72sp"
            android:textSize="78sp"
            android:textColor="#666666" />
    </com.android.systemui.statusbar.tablet.HoloClock>