From 89af29b011c377d4c845a5acaa102428ef719338 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Fri, 16 Dec 2011 14:21:47 -0800 Subject: [PATCH] Killed settings button --- .../todoroo/astrid/actfm/TagViewActivity.java | 6 ------ astrid/res/layout/task_list_activity.xml | 19 ------------------- astrid/res/values/strings-actfm.xml | 2 +- 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java index e0d5c93c3..8dbfd19e7 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java @@ -109,12 +109,6 @@ public class TagViewActivity extends TaskListActivity { }; ((EditText) findViewById(R.id.quickAddText)).setOnTouchListener(onTouch); - View settingsContainer = findViewById(R.id.settingsContainer); - settingsContainer.setVisibility(View.VISIBLE); - - View settingsButton = findViewById(R.id.settings); - settingsButton.setOnClickListener(settingsListener); - View membersEdit = findViewById(R.id.members_edit); membersEdit.setOnClickListener(settingsListener); diff --git a/astrid/res/layout/task_list_activity.xml b/astrid/res/layout/task_list_activity.xml index 7bfd7efc0..45359fe78 100644 --- a/astrid/res/layout/task_list_activity.xml +++ b/astrid/res/layout/task_list_activity.xml @@ -79,25 +79,6 @@ android:src="@drawable/icn_cmmt_off" android:scaleType="fitCenter" /> - - - - - - diff --git a/astrid/res/values/strings-actfm.xml b/astrid/res/values/strings-actfm.xml index b38192004..7c18fd7ed 100644 --- a/astrid/res/values/strings-actfm.xml +++ b/astrid/res/values/strings-actfm.xml @@ -56,7 +56,7 @@ %s\'s tasks. Tap for all. - Private: tap to share this list + Private: tap to share or edit Refresh