summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-04 23:46:14 -0400
committerDaniel Sandler <dsandler@android.com>2012-04-06 10:23:07 -0400
commitde6b5152bbea011071c01d252bad8c22dbf9a30e (patch)
tree6366c45952f361735dd2e8baedfd54de45f31fd8
parent419ad1e3b1f82c94ade87a70e7a4d033f9cab818 (diff)
downloadframeworks_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.xml2
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