You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then call in your activity RateThisApp.showRateDialog(Site.this,R.style.AlertDialogDanger);
.
Now showRateDialog(final Context context, AlertDialog.Builder builder) is a private Method.
.
if above method is public you could use it (edit it in the lib class and build):
create your dialogBuilder and set it's custom view: View dialogView = inflater.inflate(R.layout.dialogViewLayout , null); dialogBuilder.setView(dialogView);
.
then call: showRateDialog(this,dialogBuilder);
No description provided.
The text was updated successfully, but these errors were encountered: