Merge "Text & layout tweaks in system bar:" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
ada2592b21
@@ -53,7 +53,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingTop="5dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
/>
|
||||
</com.android.systemui.statusbar.tablet.NotificationIconArea>
|
||||
@@ -63,23 +62,25 @@
|
||||
android:id="@+id/notificationTrigger"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
>
|
||||
<com.android.systemui.statusbar.tablet.HoloClock
|
||||
android:id="@+id/clock"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="4dp"
|
||||
>
|
||||
<TextView android:id="@+id/time_bg"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:singleLine="true"
|
||||
android:textSize="72dip"
|
||||
android:textSize="40sp"
|
||||
android:textColor="#1f1f1f" />
|
||||
<TextView android:id="@+id/time_fg"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:singleLine="true"
|
||||
android:textSize="72dip"
|
||||
android:textSize="40sp"
|
||||
android:textColor="#2e2e2e" />
|
||||
</com.android.systemui.statusbar.tablet.HoloClock>
|
||||
|
||||
@@ -101,14 +102,13 @@
|
||||
android:id="@+id/signal_battery_cluster"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginRight="8dp"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
>
|
||||
<FrameLayout
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginTop="19dp"
|
||||
android:layout_marginRight="4dp"
|
||||
>
|
||||
<ImageView
|
||||
@@ -126,10 +126,6 @@
|
||||
android:id="@+id/battery"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginTop="19dp"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_marginRight="2dp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -127,14 +127,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
android:singleLine="true"
|
||||
android:textSize="80sp"
|
||||
android:textSize="72sp"
|
||||
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="80sp"
|
||||
android:textSize="72sp"
|
||||
android:textColor="#666666" />
|
||||
</com.android.systemui.statusbar.tablet.HoloClock>
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
android:id="@+id/date"
|
||||
style="@style/StatusBarNotificationText"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="142dp"
|
||||
android:layout_width="120dp"
|
||||
android:layout_alignBottom="@id/clock"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:gravity="left"
|
||||
|
||||
Reference in New Issue
Block a user