diff options
| author | Joe Onorato <joeo@google.com> | 2010-11-24 11:15:01 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-24 11:15:01 -0800 |
| commit | 5c0e4a5f4776e09470b04f40c350e93a6fd139cc (patch) | |
| tree | 053cdbcf3c6214bea3cbdbcc4589a0827a642cb5 | |
| parent | 6bdbcd748ee64c7d66547c89673b415197a3001f (diff) | |
| parent | ebc8946575c7ee631ac25c306b0d30afb4f52a0e (diff) | |
| download | frameworks_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.xml | 15 |
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> |
