Fixed a bug in filterwithcustomintent, fixed text color in list members

pull/14/head
Sam Bosley 13 years ago
parent e7d99d4258
commit 9a5120cba4

@ -40,7 +40,7 @@ public class FilterWithCustomIntent extends Filter {
public Intent getCustomIntent() { public Intent getCustomIntent() {
Intent intent = new Intent(); Intent intent = new Intent();
intent.putExtra("filter", this); //$NON-NLS-1$ intent.putExtra("filter", this); //$NON-NLS-1$
intent.setComponent(new ComponentName(AstridApiConstants.PACKAGE, "com.todoroo.astrid.activity.TaskListActivity")); intent.setComponent(new ComponentName("com.timsu.astrid", "com.todoroo.astrid.activity.TaskListActivity")); //$NON-NLS-1$ //$NON-NLS-2$
if(customExtras != null) if(customExtras != null)
intent.putExtras(customExtras); intent.putExtras(customExtras);

@ -24,6 +24,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:textColor="@android:color/black"
android:hint="@string/actfm_person_hint" /> android:hint="@string/actfm_person_hint" />
<ImageButton android:id="@+id/button1" <ImageButton android:id="@+id/button1"

Loading…
Cancel
Save