From 69c8e30d7bf528e37cc00e3855ca613c5f259ed7 Mon Sep 17 00:00:00 2001 From: Clark Scheff Date: Tue, 29 Jul 2014 15:59:42 -0700 Subject: Use LinearLayouts for component selection items. Change-Id: I14264293d810c3b0814acaf24438933c1b67d112 --- res/layout/bootani_component_selection_item.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'res/layout/bootani_component_selection_item.xml') diff --git a/res/layout/bootani_component_selection_item.xml b/res/layout/bootani_component_selection_item.xml index 6d855cc..ce42617 100644 --- a/res/layout/bootani_component_selection_item.xml +++ b/res/layout/bootani_component_selection_item.xml @@ -1,6 +1,7 @@ - @@ -10,14 +11,13 @@ android:layout_width="@dimen/component_selection_bootani_content_width" android:layout_height="@dimen/component_selection_bootani_content_height" android:layout_marginTop="@dimen/component_margin_top" - android:layout_centerHorizontal="true"/> + android:layout_gravity="center_horizontal"/> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3