| Index: samples/todomvc/android/TodoMVC/app/src/main/res/layout/todo_item.xml
|
| diff --git a/samples/todomvc/android/TodoMVC/app/src/main/res/layout/todo_item.xml b/samples/todomvc/android/TodoMVC/app/src/main/res/layout/todo_item.xml
|
| deleted file mode 100644
|
| index a2f2021b9096c16fe2b608587e4d56be58fe452c..0000000000000000000000000000000000000000
|
| --- a/samples/todomvc/android/TodoMVC/app/src/main/res/layout/todo_item.xml
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:layout_width="fill_parent"
|
| - android:layout_height="?android:attr/listPreferredItemHeight"
|
| - android:padding="6dip"
|
| - >
|
| - <TextView
|
| - android:id="@+id/todo_title"
|
| - android:text="Some todo item..."
|
| - android:layout_width="fill_parent"
|
| - android:layout_height="fill_parent"
|
| - android:gravity="left|center"
|
| - android:singleLine="true"
|
| - android:padding="3dip"
|
| - android:textSize="16sp"
|
| - />
|
| - <CheckBox
|
| - android:id="@+id/todo_status"
|
| - android:layout_width="wrap_content"
|
| - android:layout_height="fill_parent"
|
| - android:layout_alignParentRight="true"
|
| - android:focusable="false"
|
| - android:clickable="false"
|
| - />
|
| -</RelativeLayout>
|
|
|