File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
java/com/simplemobiletools/notes/activities Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 88import android .util .TypedValue ;
99import android .view .Menu ;
1010import android .view .MenuItem ;
11- import android .view .View ;
1211import android .view .inputmethod .InputMethodManager ;
1312import android .widget .EditText ;
1413
1817
1918import butterknife .BindView ;
2019import butterknife .ButterKnife ;
21- import butterknife .OnClick ;
2220
2321public class MainActivity extends SimpleActivity {
2422 @ BindView (R .id .notes_view )
@@ -78,11 +76,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
7876 }
7977 }
8078
81- @ OnClick (R .id .notes_fab )
82- public void newNoteClicked (View view ) {
83-
84- }
85-
8679 private void saveText () {
8780 final String newText = getCurrentNote ();
8881 final String oldText = mPrefs .getString (Constants .TEXT , "" );
Original file line number Diff line number Diff line change 2222 android : padding =" @dimen/activity_margin" />
2323 </ScrollView >
2424
25- <android .support.design.widget.FloatingActionButton
26- android : id =" @+id/notes_fab"
27- android : layout_width =" wrap_content"
28- android : layout_height =" wrap_content"
29- android : layout_gravity =" bottom|end"
30- android : layout_margin =" @dimen/activity_margin"
31- android : src =" @mipmap/plus" />
32-
3325</android .support.design.widget.CoordinatorLayout>
You can’t perform that action at this time.
0 commit comments