diff options
author | Peter Ng <petergng@google.com> | 2011-11-01 13:45:18 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-11-01 13:45:18 -0700 |
commit | 80c3c87ff08e77c3bcbd14f003e296bed9adba55 (patch) | |
tree | b4feab09351a9e4d2850eab36a91360cf502becd /packages/SystemUI/res/layout-sw600dp | |
parent | 3b8d33b131956f3a1b41c15dbe07b1b2d7f44086 (diff) | |
parent | 3336e7d728621b800bebe0718f8bc7494090a486 (diff) | |
download | frameworks_base-80c3c87ff08e77c3bcbd14f003e296bed9adba55.zip frameworks_base-80c3c87ff08e77c3bcbd14f003e296bed9adba55.tar.gz frameworks_base-80c3c87ff08e77c3bcbd14f003e296bed9adba55.tar.bz2 |
Merge "Asset updates for tablet notifications and layout fixes to quicksettings" into ics-mr1
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml index bbb2bc6..fecef3d 100644 --- a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml +++ b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml @@ -32,7 +32,7 @@ android:layout_alignParentLeft="true" android:layout_alignParentBottom="true" android:baselineAlignedChildIndex="0" - android:layout_marginLeft="32dp" + android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" > @@ -138,40 +138,28 @@ android:contentDescription="@string/accessibility_notifications_button" /> - <View - android:id="@+id/title_divider" - android:layout_width="match_parent" - android:layout_height="1dp" - android:layout_marginLeft="32dp" - android:layout_alignParentRight="true" - android:layout_alignParentBottom="true" - android:layout_marginBottom="64dip" - android:background="@android:drawable/divider_horizontal_dark" - /> - <com.android.systemui.statusbar.tablet.HoloClock android:id="@+id/clock" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_alignParentRight="true" - android:layout_above="@id/title_divider" - android:layout_marginRight="6dip" - android:layout_marginBottom="8dip" + android:layout_marginRight="16dip" + android:layout_marginTop="16dip" > <TextView android:id="@+id/time_bg" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="right" android:singleLine="true" - android:textSize="78sp" - android:textColor="#999999" /> + android:textSize="92sp" + android:textColor="#ffffff" /> <TextView android:id="@+id/time_fg" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="right" android:singleLine="true" - android:textSize="78sp" - android:textColor="#666666" /> + android:textSize="92sp" + android:textColor="#ffffff" /> </com.android.systemui.statusbar.tablet.HoloClock> <com.android.systemui.statusbar.policy.DateView @@ -182,7 +170,8 @@ android:layout_alignBottom="@id/clock" android:layout_alignParentLeft="true" android:gravity="left" - android:layout_marginLeft="32dp" + android:layout_marginLeft="16dp" + android:textColor="#ffffff" /> </com.android.systemui.statusbar.tablet.NotificationPanelTitle> |