GithubHelp home page GithubHelp logo

marsadmaqsood / stylishdialogs Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 1.0 1.8 MB

Stylish Alert Dialogs for Android.

License: MIT License

Java 93.93% Kotlin 6.07%
dialog stylish stylish-dialog alertdialog stylish-alert-dialogs dialogs stylishdialog library easy-to-use android

stylishdialogs's Introduction

Hey Fellow <Developers/>


I'm Very Happy To Know That You Just Visited My Github Profile ๐Ÿ˜‰

  • ๐Ÿ”ญ Iโ€™m currently working on my Blog, YouTube Tutorials and App Development.
  • ๐Ÿ’ฌ Ask me about Java, Dart.
while(noSuccess){
  tryAgain();
}

Connect with me:

codeSTACKr.com codeSTACKr | YouTube codeSTACKr | Twitter codeSTACKr | Instagram



Latest Blog posts


Latest YouTube Videos


Software Source Code


Statistics

MarsadMaqsood's GitHub Activity Graph
Marsad's GitHub stats GitHub Streak

stylishdialogs's People

Contributors

marsadmaqsood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

muratsadic

stylishdialogs's Issues

add callback to dismissWithAnimation()

please can you make a callback in dismissWithAnimation() to avoid using this boilerplate in every place

                            StylishAlertDialog.dismissWithAnimation();
                            new Handler().postDelayed(new Runnable() {
                                @Override
                                public void run() {
                                    someAction();
                                }
                            },250);

Add xml custom view

I have a custom view defined using an XML file. I try to add it but I get the error: The specified child already has a parent. You must call removeView() on the child's parent first So, I do that using:

if(customView.getParent() != null) {
            ((ViewGroup) customView.getParent()).removeView(customView);
}

And then I set the StylishDialog custom view as my own custom view but then it doesn't show up in the dialog

Button background is not changing

Hi, i am using this library and the button color is not changing.

alertDialog.setConfirmButtonBackgroundColor(Color.RED);
alertDialog.setCancelButtonBackgroundColor(Color.GREEN);

All the 3 button color are same and its my primarycolor

But if i click and drag away the finger from the button i can see the button color.
please check it

Binu

setConfirmButton is executed 3 times!

first i want to thank you about this work and I want to notice you that any lines inside setConfirmButton listener is executed 3 times and may be 4 times.
I have tried this in many different ways and still got the problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.