Vertically center library controls text

Looks better when scaled down
This commit is contained in:
Christopher Eby 2012-03-26 01:51:04 -05:00
parent f94493bd91
commit 39cebee747

View File

@ -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">
<TextView
android:id="@+id/title"