Loading res/layout-v11/list_item_selection.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/org.dmfs.tasks" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="8dip" Loading res/layout/checklist_field_editor.xml +0 −10 Original line number Diff line number Diff line Loading @@ -19,16 +19,6 @@ android:singleLine="true" /> </LinearLayout> <EditText android:id="@android:id/text1" style="@style/field_editor_text_value" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textMultiLine" android:singleLine="false" android:textAllCaps="false" > </EditText> <LinearLayout android:id="@+id/checklist" android:layout_width="match_parent" Loading res/layout/checklist_field_view.xml +1 −9 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <org.dmfs.tasks.widget.CheckListFieldView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/task_widget" android:visibility="gone" > android:visibility="visible" > <include layout="@layout/detail_header" /> <TextView android:id="@+id/text" style="@style/field_view_text_value" android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" > </TextView> <LinearLayout android:id="@+id/checklist" android:layout_width="match_parent" Loading res/layout/list_item_selection.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/org.dmfs.tasks" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="8dip" Loading res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ <string name="task_title">Title</string> <string name="task_location">Location</string> <string name="task_description">Description</string> <string name="task_checklist">Check list</string> <string name="task_start">Start</string> <string name="task_due">Due</string> <string name="task_completed">Completed</string> Loading Loading
res/layout-v11/list_item_selection.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/org.dmfs.tasks" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="8dip" Loading
res/layout/checklist_field_editor.xml +0 −10 Original line number Diff line number Diff line Loading @@ -19,16 +19,6 @@ android:singleLine="true" /> </LinearLayout> <EditText android:id="@android:id/text1" style="@style/field_editor_text_value" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textMultiLine" android:singleLine="false" android:textAllCaps="false" > </EditText> <LinearLayout android:id="@+id/checklist" android:layout_width="match_parent" Loading
res/layout/checklist_field_view.xml +1 −9 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <org.dmfs.tasks.widget.CheckListFieldView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/task_widget" android:visibility="gone" > android:visibility="visible" > <include layout="@layout/detail_header" /> <TextView android:id="@+id/text" style="@style/field_view_text_value" android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" > </TextView> <LinearLayout android:id="@+id/checklist" android:layout_width="match_parent" Loading
res/layout/list_item_selection.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/org.dmfs.tasks" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="8dip" Loading
res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ <string name="task_title">Title</string> <string name="task_location">Location</string> <string name="task_description">Description</string> <string name="task_checklist">Check list</string> <string name="task_start">Start</string> <string name="task_due">Due</string> <string name="task_completed">Completed</string> Loading