OSDN Git Service

styling fixes
[android-x86/external-koush-Widgets.git] / Widgets / res / layout / list_item.xml
index b3be504..64bf459 100644 (file)
@@ -5,50 +5,6 @@
     android:minHeight="64dp"
     android:orientation="horizontal" >
 
-    <ImageView
-        android:id="@+id/image"
-        android:layout_width="48dp"
-        android:layout_height="48dp"
-        android:layout_gravity="center_vertical"
-        android:layout_margin="2dp"
-        android:scaleType="fitCenter" >
-    </ImageView>
-
-    <LinearLayout
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center_vertical"
-        android:layout_weight="1"
-        android:orientation="vertical"
-        android:paddingLeft="4dp" >
-
-        <TextView
-            android:id="@+id/title"
-            android:layout_width="fill_parent"
-            android:layout_height="wrap_content"
-            android:layout_marginLeft="2dp"
-            android:layout_marginRight="2dp"
-            android:textColor="@android:color/primary_text_dark"
-            android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large" />
-
-        <TextView
-            android:id="@+id/summary"
-            android:layout_width="fill_parent"
-            android:layout_height="wrap_content"
-            android:layout_marginLeft="2dp"
-            android:layout_marginRight="2dp"
-            android:textColor="@android:color/secondary_text_dark"
-            android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small" />
-    </LinearLayout>
-
-    <CheckBox
-        android:id="@+id/checkbox"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center"
-        android:layout_marginLeft="2dp"
-        android:layout_marginRight="2dp"
-        android:focusable="false"
-        android:focusableInTouchMode="false" />
+    <include layout="@layout/list_item_base" />
 
 </LinearLayout>
\ No newline at end of file