From 39cebee7471235c78df39737e89f0d077f2c64ff Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Mon, 26 Mar 2012 01:51:04 -0500 Subject: [PATCH] Vertically center library controls text Looks better when scaled down --- res/layout/actionbar_controls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/actionbar_controls.xml b/res/layout/actionbar_controls.xml index 994d4c6c..947c64f6 100644 --- a/res/layout/actionbar_controls.xml +++ b/res/layout/actionbar_controls.xml @@ -36,7 +36,7 @@ THE SOFTWARE. android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_marginLeft="5dip" - android:layout_gravity="center_horizontal" + android:layout_gravity="center" android:orientation="vertical">