From 48701f325259f18217905ed57bf5c45319e320ae Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sun, 5 Aug 2012 16:25:54 -0500 Subject: [PATCH] Fixup: Make browser use a smaller column width for the list of objects than their contents --- androidgcs/res/layout/object_browser.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/androidgcs/res/layout/object_browser.xml b/androidgcs/res/layout/object_browser.xml index 567c04f15..0e402daed 100644 --- a/androidgcs/res/layout/object_browser.xml +++ b/androidgcs/res/layout/object_browser.xml @@ -47,9 +47,9 @@ android:id="@+id/object_list" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_weight="1" - android:drawSelectorOnTop="true" - android:choiceMode="singleChoice"/> + android:layout_weight="2" + android:choiceMode="singleChoice" + android:drawSelectorOnTop="true" />