From e916f70996f9b5c785eff9cf3650e588a05e12d4 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 1 Sep 2011 22:27:09 -0700 Subject: [PATCH] Fix notification ticker info text alignment. Bug: 5215277 Change-Id: I8df97a56056cd79b44a69b1c8b9852e2082c87b9 --- .../res/res/layout-sw600dp/status_bar_latest_event_ticker.xml | 4 ++-- .../status_bar_latest_event_ticker_large_icon.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/res/res/layout-sw600dp/status_bar_latest_event_ticker.xml b/core/res/res/layout-sw600dp/status_bar_latest_event_ticker.xml index 7631781d0f2a8..269e086e16442 100644 --- a/core/res/res/layout-sw600dp/status_bar_latest_event_ticker.xml +++ b/core/res/res/layout-sw600dp/status_bar_latest_event_ticker.xml @@ -38,8 +38,8 @@ android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_marginTop="-10dp" + android:layout_marginBottom="6dip" + android:gravity="bottom" android:singleLine="true" /> - diff --git a/core/res/res/layout-sw600dp/status_bar_latest_event_ticker_large_icon.xml b/core/res/res/layout-sw600dp/status_bar_latest_event_ticker_large_icon.xml index ff0f7d44e6373..69eac92d87281 100644 --- a/core/res/res/layout-sw600dp/status_bar_latest_event_ticker_large_icon.xml +++ b/core/res/res/layout-sw600dp/status_bar_latest_event_ticker_large_icon.xml @@ -33,8 +33,9 @@ android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info" android:layout_width="wrap_content" android:layout_height="match_parent" + android:layout_marginBottom="6dip" + android:gravity="bottom" android:singleLine="true" - android:layout_marginTop="-10dp" />