David
David
it is better to add them as string resources this is will support app multi language in the future.
Or you could set a custom view to the alert builder, but it will be a long way.
you can only use alert dialog theme id unfortunately. inside your xml styles: ``` #ff0077 ``` then call in your activity `RateThisApp.showRateDialog(Site.this,R.style.AlertDialogDanger);` . Now `showRateDialog(final Context context, AlertDialog.Builder builder)` is...
Actually I used showRateDialog method and I manage when the dialog appears in the app, My preferences as well.