public static void Show(AppCompatActivity context) { var dialog = new AboutDialog(); dialog.Show(context.SupportFragmentManager, "[ABOUT_DIALOG]"); }