From 17033bfa15b9bb2bf04f5d93bfe5ce1882c82db0 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 3 Oct 2012 18:31:08 -0700 Subject: [PATCH] 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 --- core/res/res/layout/action_bar_title_item.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/res/res/layout/action_bar_title_item.xml b/core/res/res/layout/action_bar_title_item.xml index 3ac0e210b2ef8..df773eb5ee64f 100644 --- a/core/res/res/layout/action_bar_title_item.xml +++ b/core/res/res/layout/action_bar_title_item.xml @@ -42,7 +42,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/action_bar_subtitle_top_margin" - android:layout_marginBottom="@dimen/action_bar_subtitle_bottom_margin" android:singleLine="true" android:ellipsize="end" android:visibility="gone" />