added todo
This commit is contained in:
parent
708c485cd0
commit
729293cb80
|
|
@ -19,7 +19,7 @@ public class MainActivity extends AppCompatActivity {
|
||||||
@Override
|
@Override
|
||||||
public void onBackPressed() {
|
public void onBackPressed() {
|
||||||
finish();
|
finish();
|
||||||
}
|
} //TODO: Add change background button to layout and add logic to listner
|
||||||
|
|
||||||
private void initButtons() {
|
private void initButtons() {
|
||||||
findViewById(R.id.notes_button).setOnClickListener(new BtnOnClickListener());
|
findViewById(R.id.notes_button).setOnClickListener(new BtnOnClickListener());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue