diff options
author | Joe Onorato <joeo@google.com> | 2010-11-20 13:55:22 -0800 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-11-21 16:16:28 -0800 |
commit | 3f76aa7755fbb2e77ca6a648bbfa1f75680788c9 (patch) | |
tree | 6a1111f3f09a71ad55ffdda586e3ed8059a4f560 /packages/SystemUI/res/layout-xlarge/ticker.xml | |
parent | 3fe7f2f2e35692fe563ae00f62995030f1987c4f (diff) | |
download | frameworks_base-3f76aa7755fbb2e77ca6a648bbfa1f75680788c9.zip frameworks_base-3f76aa7755fbb2e77ca6a648bbfa1f75680788c9.tar.gz frameworks_base-3f76aa7755fbb2e77ca6a648bbfa1f75680788c9.tar.bz2 |
Test for using the right size of notification info text.
Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
Diffstat (limited to 'packages/SystemUI/res/layout-xlarge/ticker.xml')
-rw-r--r-- | packages/SystemUI/res/layout-xlarge/ticker.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-xlarge/ticker.xml b/packages/SystemUI/res/layout-xlarge/ticker.xml index 993bfc6..d3a52c5 100644 --- a/packages/SystemUI/res/layout-xlarge/ticker.xml +++ b/packages/SystemUI/res/layout-xlarge/ticker.xml @@ -21,6 +21,7 @@ android:layout_height="wrap_content" android:orientation="horizontal" android:background="#ff1d1d1d" + android:paddingRight="48dp" > <!-- android:background="@drawable/ticker_background" |