diff options
author | Daniel Sandler <dsandler@android.com> | 2012-04-04 23:46:14 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-04-06 10:23:07 -0400 |
commit | de6b5152bbea011071c01d252bad8c22dbf9a30e (patch) | |
tree | 6366c45952f361735dd2e8baedfd54de45f31fd8 | |
parent | 419ad1e3b1f82c94ade87a70e7a4d033f9cab818 (diff) | |
download | frameworks_base-de6b5152bbea011071c01d252bad8c22dbf9a30e.zip frameworks_base-de6b5152bbea011071c01d252bad8c22dbf9a30e.tar.gz frameworks_base-de6b5152bbea011071c01d252bad8c22dbf9a30e.tar.bz2 |
Fix alignment of notification action buttons.
Change-Id: Ibfb8f54b6aa59f1c7a56a5e3e8b0c762e48dd496
-rw-r--r-- | core/res/res/layout/notification_action.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_action.xml b/core/res/res/layout/notification_action.xml index 54fde70..785da7c 100644 --- a/core/res/res/layout/notification_action.xml +++ b/core/res/res/layout/notification_action.xml @@ -19,5 +19,5 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@android:style/Widget.Holo.Button.Small" - android:gravity="left" + android:gravity="left|center_vertical" />
\ No newline at end of file |