summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-11-24 11:15:01 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-24 11:15:01 -0800
commit5c0e4a5f4776e09470b04f40c350e93a6fd139cc (patch)
tree053cdbcf3c6214bea3cbdbcc4589a0827a642cb5
parent6bdbcd748ee64c7d66547c89673b415197a3001f (diff)
parentebc8946575c7ee631ac25c306b0d30afb4f52a0e (diff)
downloadframeworks_base-5c0e4a5f4776e09470b04f40c350e93a6fd139cc.zip
frameworks_base-5c0e4a5f4776e09470b04f40c350e93a6fd139cc.tar.gz
frameworks_base-5c0e4a5f4776e09470b04f40c350e93a6fd139cc.tar.bz2
Merge "Align the battery & data icons correctly."
-rw-r--r--packages/SystemUI/res/layout-xlarge/sysbar_panel_notifications.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/packages/SystemUI/res/layout-xlarge/sysbar_panel_notifications.xml b/packages/SystemUI/res/layout-xlarge/sysbar_panel_notifications.xml
index e9e23a5..fb4cf3f 100644
--- a/packages/SystemUI/res/layout-xlarge/sysbar_panel_notifications.xml
+++ b/packages/SystemUI/res/layout-xlarge/sysbar_panel_notifications.xml
@@ -65,6 +65,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_below="@id/clock"
+ android:layout_marginTop="4dp"
android:layout_marginRight="48dp"
android:gravity="right"
/>
@@ -75,9 +76,10 @@
android:layout_width="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@id/date"
- android:layout_marginTop="16dp"
android:layout_marginLeft="48dp"
- android:baseline="17dp"
+ android:layout_marginTop="18dp"
+ android:layout_marginRight="8dp"
+ android:baseline="15dp"
/>
<TextView
@@ -96,7 +98,8 @@
android:layout_width="wrap_content"
android:layout_toRightOf="@id/battery_text"
android:layout_alignBaseline="@id/battery"
- android:baseline="21dp"
+ android:layout_marginRight="8dp"
+ android:baseline="15dp"
/>
<TextView
@@ -113,11 +116,11 @@
android:id="@+id/settings_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
android:layout_alignBaseline="@id/battery"
+ android:layout_alignParentRight="true"
android:paddingRight="16dp"
android:src="@drawable/ic_notification_open"
- android:baseline="17dp"
+ android:baseline="21dp"
/>
<ImageView
@@ -129,7 +132,7 @@
android:paddingRight="16dp"
android:visibility="invisible"
android:src="@drawable/status_bar_veto"
- android:baseline="17dp"
+ android:baseline="21dp"
/>
</com.android.systemui.statusbar.tablet.NotificationTitleArea>