From 34d108a1cc68a0b9b12441b87e79d2b3a5eedaca Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Thu, 20 Oct 2011 00:12:31 -0500 Subject: [PATCH] Use android style for notification text On versions where this style doesn't exist (pre-Gingerbread), this defaults to black text, which looks fine. --- res/layout/notification.xml | 49 +++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/res/layout/notification.xml b/res/layout/notification.xml index 7863b3b4..3b485a23 100644 --- a/res/layout/notification.xml +++ b/res/layout/notification.xml @@ -21,33 +21,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:orientation="horizontal"> + - - + android:ellipsize="marquee" /> + - \ No newline at end of file +