Skip to content

Commit 17033bf

Browse files
committed
Remove unneeded margin below action bar subtitles
This just throws off alignment when the natural centering of this layout will take care of things. Bug 6369593 Change-Id: If0993091e0d47011f3bf5dd0b5a1fa649471f8e6
1 parent 7636693 commit 17033bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/res/res/layout/action_bar_title_item.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
android:layout_width="wrap_content"
4343
android:layout_height="wrap_content"
4444
android:layout_marginTop="@dimen/action_bar_subtitle_top_margin"
45-
android:layout_marginBottom="@dimen/action_bar_subtitle_bottom_margin"
4645
android:singleLine="true"
4746
android:ellipsize="end"
4847
android:visibility="gone" />

0 commit comments

Comments
 (0)