1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Fixup: Make browser use a smaller column width for the list of objects than

their contents
This commit is contained in:
James Cotton 2012-08-05 16:25:54 -05:00
parent edd6b2ab3a
commit afd4495c96

View File

@ -47,9 +47,9 @@
android:id="@+id/object_list" android:id="@+id/object_list"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="2"
android:drawSelectorOnTop="true" android:choiceMode="singleChoice"
android:choiceMode="singleChoice"/> android:drawSelectorOnTop="true" />
<View <View
android:layout_width="1dip" android:layout_width="1dip"