Update references to fragments

pull/14/head
Tim Su 13 years ago
parent 814bbef471
commit 18a7a859b7

@ -10,7 +10,7 @@
android:layout_weight="67"
android:id="@+id/tasklist_fragment_container">
<fragment
android:name="com.todoroo.astrid.activity.TaskListActivity"
android:name="com.todoroo.astrid.activity.TaskListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="tasklist_fragment">
@ -27,7 +27,7 @@
android:layout_weight="33"
android:id="@+id/taskedit_fragment_container">
<fragment
android:name="com.todoroo.astrid.activity.TaskEditActivity"
android:name="com.todoroo.astrid.activity.TaskEditFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="taskedit_fragment">

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.todoroo.astrid.reminders.NotificationActivity"
android:name="com.todoroo.astrid.reminders.NotificationFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/notification_fragment">

@ -4,13 +4,12 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:astrid="http://schemas.android.com/apk/res/com.timsu.astrid"
android:id="@+id/rowBody"
android:background="@android:drawable/list_selector_background"
android:layout_width="fill_parent"
android:layout_height="70dip"
android:minHeight="70dip" >
<!-- completion check-box -->
<greendroid.widget.AsyncImageView
android:id="@+id/picture"
android:layout_width="47dip"
@ -33,8 +32,6 @@
android:visibility="gone" >
</ImageView>
<CheckBox
android:id="@+id/completeBox"
android:layout_width="45dip"
@ -43,8 +40,6 @@
android:minHeight="40dip"
android:scaleType="center"
android:layout_centerVertical="true" />
<!-- assignee photo -->
<LinearLayout
android:id="@+id/task_row"

@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:id="@+id/taskedit_fragment_container">
<fragment
android:name="com.todoroo.astrid.activity.TaskEditActivity"
android:name="com.todoroo.astrid.activity.TaskEditFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="taskedit_fragment">

Loading…
Cancel
Save