summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-26 19:21:13 -0700
committerPeter Ng <petergng@google.com>2011-10-26 19:26:17 -0700
commit3336e7d728621b800bebe0718f8bc7494090a486 (patch)
treed7935b3efbba47496565cd4909cb8f5226587a50 /packages/SystemUI/res/layout-sw600dp
parente49cf107e2533b7ca71c500bc20a0f6dcdf9efdc (diff)
downloadframeworks_base-3336e7d728621b800bebe0718f8bc7494090a486.zip
frameworks_base-3336e7d728621b800bebe0718f8bc7494090a486.tar.gz
frameworks_base-3336e7d728621b800bebe0718f8bc7494090a486.tar.bz2
Asset updates for tablet notifications and layout fixes to quicksettings
Bug: 5522957 Change-Id: I5c13fd3d05c3634ced0d703b2dae02e813b41725
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel_title.xml29
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>