summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-09 07:28:59 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-09 07:28:59 -0700
commitb9e90a3a8d815bf3376432b36169c9ed6471c890 (patch)
tree84316fcb38434cf96791ac4d4bc9e42df10cb993 /core/res
parent63c115c4aa2158ea18338a9fb2c2619755958ddc (diff)
parentde6b5152bbea011071c01d252bad8c22dbf9a30e (diff)
downloadframeworks_base-b9e90a3a8d815bf3376432b36169c9ed6471c890.zip
frameworks_base-b9e90a3a8d815bf3376432b36169c9ed6471c890.tar.gz
frameworks_base-b9e90a3a8d815bf3376432b36169c9ed6471c890.tar.bz2
Merge "Fix alignment of notification action buttons."
Diffstat (limited to 'core/res')
-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