We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8409302 + b439da2 commit ee89905Copy full SHA for ee89905
MaterialDesign/src/com/gc/materialdesign/widgets/Dialog.java
@@ -37,7 +37,10 @@ protected void onCreate(Bundle savedInstanceState) {
37
setContentView(R.layout.dialog);
38
39
this.titleTextView = (TextView) findViewById(R.id.title);
40
+ setTitle(title);
41
+
42
this.messageTextView = (TextView) findViewById(R.id.message);
43
+ setMessage(message);
44
45
this.buttonAccept = (ButtonFlat) findViewById(R.id.button_accept);
46
buttonAccept.setOnClickListener(new View.OnClickListener() {
0 commit comments