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

Commit f4fc099c authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 4f63da64: Merge "Alignment in the title area of the notification panel." into honeycomb

* commit '4f63da64':
  Alignment in the title area of the notification panel.
parents 19a02219 4f63da64
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>