mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add Todo
This commit is contained in:
parent
552031cbf1
commit
a624fea683
1 changed files with 2 additions and 0 deletions
|
@ -351,6 +351,8 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
final EditText editText=(EditText)dialog.findViewById(R.id.editcip13);
|
||||
String cip13 = String.valueOf(editText.getText());
|
||||
|
||||
// TODO change the color of ok button when the number of character is correct.
|
||||
|
||||
ok.setText(R.string.button_ok);
|
||||
cancel.setText(R.string.button_cancel);
|
||||
editText.addTextChangedListener(new TextWatcher() {
|
||||
|
|
Loading…
Reference in a new issue