Skip to content

Commit b9e90a3

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fix alignment of notification action buttons."
2 parents 63c115c + de6b515 commit b9e90a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/layout/notification_action.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
2121
style="@android:style/Widget.Holo.Button.Small"
22-
android:gravity="left"
22+
android:gravity="left|center_vertical"
2323
/>

0 commit comments

Comments
 (0)