mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
optimize
This commit is contained in:
parent
fe87f520e5
commit
5edc7f5f23
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
MaterialButton ok = dialog.findViewById(R.id.agreed);
|
||||
MaterialButton cancel = dialog.findViewById(R.id.notagreed);
|
||||
ok.setEnabled(false);
|
||||
ok.setBackground(getDrawable(R.drawable.rounded_btn_disabled));
|
||||
ok.setBackground(ContextCompat.getDrawable(this, R.drawable.rounded_btn_disabled));
|
||||
//MaterialTextView title = dialog.findViewById(R.id.title);
|
||||
final EditText editText= dialog.findViewById(R.id.editcip13);
|
||||
String cip13 = String.valueOf(editText.getText());
|
||||
|
|
Loading…
Reference in a new issue