アプリ「Google Keep」のように TextView を編集可能に表示したいのですが、
EditText text = (EditText)findViewById(R.id.edittext);
String value = text.getText().toString();
うまくいきませんでした
アプリ「Google Keep」のように TextView を編集可能に表示したいのですが、
EditText text = (EditText)findViewById(R.id.edittext);
String value = text.getText().toString();
うまくいきませんでした