Commit cf92cd67 authored by fallenstardust's avatar fallenstardust

add R.string.question

parent 247f482e
......@@ -383,6 +383,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
case R.id.action_help: {
final DialogPlus dialog = new DialogPlus(getContext());
dialog.setContentView(R.layout.dialog_help);
dialog.setTitle(R.string.question);
dialog.show();
View viewDialog = dialog.getContentView();
Button btnMasterRule = viewDialog.findViewById(R.id.masterrule);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment