remove the floating action button for now

This commit is contained in:
tibbi
2016-09-27 18:23:22 +02:00
parent 6a5e7f5cdb
commit 6ea7a97748
2 changed files with 0 additions and 15 deletions

View File

@ -8,7 +8,6 @@ import android.os.Bundle;
import android.util.TypedValue;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
@ -18,7 +17,6 @@ import com.simplemobiletools.notes.Utils;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
public class MainActivity extends SimpleActivity {
@BindView(R.id.notes_view)
@ -78,11 +76,6 @@ public class MainActivity extends SimpleActivity {
}
}
@OnClick(R.id.notes_fab)
public void newNoteClicked(View view) {
}
private void saveText() {
final String newText = getCurrentNote();
final String oldText = mPrefs.getString(Constants.TEXT, "");