Why I want to do this is another discussion entirely, but I need to figure out the best way to make all my alert dialogs have the positive button on the right side. Note that i
then you can set buttons like following codes
builder.setNeutralButton("Negative",listener);
builder.setNegativeButton("Neutral",listener);
builder.setPositiveButton("Positive",listener);