diff options
| author | 2011-08-16 16:08:03 -0400 | |
|---|---|---|
| committer | 2011-08-16 16:08:03 -0400 | |
| commit | 90e496bd3f82aa3aab504b0b7a9635548cf846e0 (patch) | |
| tree | 215efecaf02e33c93bb379d7a4b5573249da55e4 | |
| parent | 6cf602cd1de4fd1b6a8a5028ef10df0ffc57bacb (diff) | |
Breathing room between RSSI and battery on tablets.
Bug: 5161042
Change-Id: Ibad52f40d9ddb7fda6a7867f9242e0d47b036d01
| -rw-r--r-- | packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml index 17fa6537cb4a..5612d3612dc8 100644 --- a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml +++ b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml @@ -134,6 +134,7 @@ android:id="@+id/battery" android:layout_height="wrap_content" android:layout_width="wrap_content" + android:paddingLeft="6dip" /> </LinearLayout> </LinearLayout> |