diff options
author | Daniel Sandler <dsandler@android.com> | 2012-06-13 12:17:07 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-06-13 12:17:07 -0400 |
commit | 916ad91c3860344250c00b6b3597db6464229c02 (patch) | |
tree | b557d4591d67fc3288a490cf212236cfa4840330 /core/res | |
parent | 602ad1c978ddbf8be2c272cd610e18a626cd8b33 (diff) | |
download | frameworks_base-916ad91c3860344250c00b6b3597db6464229c02.zip frameworks_base-916ad91c3860344250c00b6b3597db6464229c02.tar.gz frameworks_base-916ad91c3860344250c00b6b3597db6464229c02.tar.bz2 |
Remove line3 in big notification unless there's text to show.
If you have no subText or summaryText in a big template, but
you *do* have a number, the overflow bar (below the big text
or inbox or whatever) would have shown; now it does not.
Bug: 6657006
Change-Id: Ib2af2712da3a98227bd8d697560893adbdc427e9
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/notification_template_big_text.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/layout/notification_template_big_text.xml b/core/res/res/layout/notification_template_big_text.xml index d377882..0b3386b 100644 --- a/core/res/res/layout/notification_template_big_text.xml +++ b/core/res/res/layout/notification_template_big_text.xml @@ -108,9 +108,8 @@ android:textAppearance="@style/TextAppearance.StatusBar.EventContent" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="10dp" android:layout_marginRight="8dp" - android:layout_marginTop="2dp" android:singleLine="false" android:visibility="gone" android:maxLines="8" |