diff options
author | Jeff Sharkey <jsharkey@android.com> | 2011-09-02 10:07:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-02 10:07:58 -0700 |
commit | 52f159c79e4ed3367a929f4bc34ab3e184f82a15 (patch) | |
tree | 2bda495b801730c6e8711c55cb1b17cd9ad9e09f /core | |
parent | c458960886322a4403a1deb89ffbe3a24f9ee470 (diff) | |
parent | e916f70996f9b5c785eff9cf3650e588a05e12d4 (diff) | |
download | frameworks_base-52f159c79e4ed3367a929f4bc34ab3e184f82a15.zip frameworks_base-52f159c79e4ed3367a929f4bc34ab3e184f82a15.tar.gz frameworks_base-52f159c79e4ed3367a929f4bc34ab3e184f82a15.tar.bz2 |
Merge "Fix notification ticker info text alignment."
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/layout-sw600dp/status_bar_latest_event_ticker.xml | 4 | ||||
-rw-r--r-- | core/res/res/layout-sw600dp/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 7631781..269e086 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" /> </LinearLayout> - 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 ff0f7d4..69eac92 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" /> <ImageView android:id="@+id/icon" android:layout_width="wrap_content" |