mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 10:41:08 +02:00
remove the floating action button for now
This commit is contained in:
parent
6a5e7f5cdb
commit
6ea7a97748
@ -8,7 +8,6 @@ import android.os.Bundle;
|
|||||||
import android.util.TypedValue;
|
import android.util.TypedValue;
|
||||||
import android.view.Menu;
|
import android.view.Menu;
|
||||||
import android.view.MenuItem;
|
import android.view.MenuItem;
|
||||||
import android.view.View;
|
|
||||||
import android.view.inputmethod.InputMethodManager;
|
import android.view.inputmethod.InputMethodManager;
|
||||||
import android.widget.EditText;
|
import android.widget.EditText;
|
||||||
|
|
||||||
@ -18,7 +17,6 @@ import com.simplemobiletools.notes.Utils;
|
|||||||
|
|
||||||
import butterknife.BindView;
|
import butterknife.BindView;
|
||||||
import butterknife.ButterKnife;
|
import butterknife.ButterKnife;
|
||||||
import butterknife.OnClick;
|
|
||||||
|
|
||||||
public class MainActivity extends SimpleActivity {
|
public class MainActivity extends SimpleActivity {
|
||||||
@BindView(R.id.notes_view)
|
@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() {
|
private void saveText() {
|
||||||
final String newText = getCurrentNote();
|
final String newText = getCurrentNote();
|
||||||
final String oldText = mPrefs.getString(Constants.TEXT, "");
|
final String oldText = mPrefs.getString(Constants.TEXT, "");
|
||||||
|
@ -22,12 +22,4 @@
|
|||||||
android:padding="@dimen/activity_margin"/>
|
android:padding="@dimen/activity_margin"/>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
<android.support.design.widget.FloatingActionButton
|
|
||||||
android:id="@+id/notes_fab"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="bottom|end"
|
|
||||||
android:layout_margin="@dimen/activity_margin"
|
|
||||||
android:src="@mipmap/plus"/>
|
|
||||||
|
|
||||||
</android.support.design.widget.CoordinatorLayout>
|
</android.support.design.widget.CoordinatorLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user