Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / tree_list_item_wrapper.xml
diff --git a/android/res/layout/tree_list_item_wrapper.xml b/android/res/layout/tree_list_item_wrapper.xml
deleted file mode 100644 (file)
index ba93f47..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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" >
-
-    <LinearLayout
-        android:id="@+id/treeview_list_item_image_layout"
-        android:layout_width="80dip"
-        android:layout_height="fill_parent"
-        android:gravity="right|center_vertical" >
-
-        <ImageView
-            android:id="@+id/treeview_list_item_image"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:src="@drawable/collapsed" >
-        </ImageView>
-    </LinearLayout>
-
-    <FrameLayout
-        android:id="@+id/treeview_list_item_frame"
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:layout_weight="1" >
-    </FrameLayout>
-
-</LinearLayout>
\ No newline at end of file