Variety of changes based on suggestions from ADT Lint. Includes removing extra drawa...
[debian/openrocket] / android / res / layout / tree_list_item_wrapper.xml
index ba93f47d40a99cc9e9455998ec3cb4a659a55b0a..7fe3196187872eaf06fed7ef636e3a188d11730e 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="fill_parent"
-    android:layout_height="fill_parent" >
+    android:layout_height="fill_parent"
+    android:baselineAligned="false" >
 
     <LinearLayout
         android:id="@+id/treeview_list_item_image_layout"
@@ -19,7 +20,7 @@
 
     <FrameLayout
         android:id="@+id/treeview_list_item_frame"
-        android:layout_width="fill_parent"
+        android:layout_width="0dp"
         android:layout_height="fill_parent"
         android:layout_weight="1" >
     </FrameLayout>