From 8ea7f6b0cb4dc667aafbfb0c0a2e248dcdc32ddf Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 14 Nov 2011 15:17:47 -0800 Subject: Fixing small regressions in folder text offset. (Bug 5600902) - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3 --- res/layout/apps_customize_pane.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index af876535d..6ebda0916 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -27,6 +27,7 @@ android:id="@+id/tabs_container" android:layout_width="wrap_content" android:layout_height="@dimen/apps_customize_tab_bar_height" + android:layout_marginTop="@dimen/apps_customize_tab_bar_margin_top" android:layout_gravity="center_horizontal"> + android:tabStripEnabled="false" + android:divider="@null" />