Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button not aligned in same row #48

Open
sayoojvalsan opened this issue Jan 26, 2015 · 2 comments
Open

Button not aligned in same row #48

sayoojvalsan opened this issue Jan 26, 2015 · 2 comments

Comments

@sayoojvalsan
Copy link

CustomDialog.Builder builder = new CustomDialog.Builder(context, "Discard Item ?", "Discard");

    builder.darkTheme(false);
    builder.positiveColor(context.getResources().getColor(R.color.theme_default_primary));
    builder.negativeColor(context.getResources().getColor(R.color.theme_default_primary));
    builder.negativeText("Cancel");
    CustomDialog customDialog = builder.build();

    customDialog.show();
    return customDialog;

While using the above code, I get two button stacked up instead showing in one row.

@sayoojvalsan-demandmedia

How do I get one button on left and other on right ?

@SilleBille
Copy link

same issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants